Commit e41f4f1
committed
Fix --python switch for virtualenv.
When using mkvirtualenv and pass in the --python (or the shorter -p version),
virtualenv will fail to find the correct interpreter path if that path is relative to the
working dir, because virtualenvwrapper switches the current directory right before calling virtualenv.1 parent ae236e2 commit e41f4f1
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
405 | 409 | | |
406 | 410 | | |
407 | 411 | | |
| |||
417 | 421 | | |
418 | 422 | | |
419 | 423 | | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
420 | 429 | | |
421 | 430 | | |
422 | 431 | | |
| |||
0 commit comments