added aqua ng script
This commit is contained in:
+2
-2
@@ -39,10 +39,10 @@ deactivate nondestructive
|
||||
if [ "${OSTYPE:-}" = "cygwin" ] || [ "${OSTYPE:-}" = "msys" ] ; then
|
||||
# transform D:\path\to\venv to /d/path/to/venv on MSYS
|
||||
# and to /cygdrive/d/path/to/venv on Cygwin
|
||||
export VIRTUAL_ENV=$(cygpath "/home/rpetrovich/code/Misc/.venv")
|
||||
export VIRTUAL_ENV=$(cygpath "/home/rpetrovich/code/miscellaneous/.venv")
|
||||
else
|
||||
# use the path as-is
|
||||
export VIRTUAL_ENV="/home/rpetrovich/code/Misc/.venv"
|
||||
export VIRTUAL_ENV="/home/rpetrovich/code/miscellaneous/.venv"
|
||||
fi
|
||||
|
||||
_OLD_VIRTUAL_PATH="$PATH"
|
||||
|
||||
Reference in New Issue
Block a user