added aqua ng script

This commit is contained in:
Ruslan Piatrovich
2024-09-04 16:42:36 +03:00
parent 3965914f6f
commit fe38052ac0
905 changed files with 648 additions and 71165 deletions
+2 -2
View File
@@ -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"