Fix dev_virtualenv
This commit is contained in:
parent
3d039bec2e
commit
b0be592b52
@ -41,7 +41,7 @@ deactivate nondestructive
|
|||||||
|
|
||||||
|
|
||||||
current_dir="$(cd "$(dirname "$BASH_SOURCE")"; pwd)"
|
current_dir="$(cd "$(dirname "$BASH_SOURCE")"; pwd)"
|
||||||
node_dir=${mydir}/node_modules
|
node_dir=${current_dir}/node_modules
|
||||||
|
|
||||||
VIRTUAL_ENV=$current_dir
|
VIRTUAL_ENV=$current_dir
|
||||||
export VIRTUAL_ENV
|
export VIRTUAL_ENV
|
||||||
|
Loading…
Reference in New Issue
Block a user