Commit 1be8a386 authored by JC Brand's avatar JC Brand

Trick to link to dir from which script is called

parent ed1a4d8f
......@@ -25,7 +25,7 @@ deactivate () {
# unset irrelavent variables
deactivate nondestructive
VIRTUAL_ENV="~/converse.js"
VIRTUAL_ENV="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export VIRTUAL_ENV
_OLD_VIRTUAL_PATH="$PATH"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment