[issue26677] pyvenv: activate.fish breaks $PATH for bash scripts

2016-04-05 Thread Goneri Le Bouder
Goneri Le Bouder added the comment: A work around is to unset the _OLD_VIRTUAL_PATH variable before the activate: set -e _OLD_VIRTUAL_PATH -- nosy: +Goneri Le Bouder ___ Python tracker

[issue26677] pyvenv: activate.fish breaks $PATH for bash scripts

2016-03-31 Thread SilentGhost
Changes by SilentGhost : -- nosy: +vinay.sajip type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue26677] pyvenv: activate.fish breaks $PATH for bash scripts

2016-03-31 Thread Florian Dold
New submission from Florian Dold: When sourcing the activate script from bash, $PATH is restored from $_OLD_VIRTUAL_PATH. If bash was invoked from fish (e.g. when running a shell script), and a virtualenv was activated from fish via activate.fish, the $_OLD_VIRTUAL_PATH will contain path sepa