Commit f32241d
committed
Support "workon ."
If the literal string "." is passed to workon, use the current working
directory to derive the virtualenv name. Activation happens normally,
which may involve changing directories out of the current directory
(possibly even changing back, depending on what postactivate hooks do).
Change-Id: Ia2de0bf05a52a95e4979c58bd868ae309f23540d1 parent b380f2f commit f32241d
2 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
119 | 126 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
722 | 722 | | |
723 | 723 | | |
724 | 724 | | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
725 | 728 | | |
726 | 729 | | |
727 | 730 | | |
| |||
0 commit comments