This commit is contained in:
Iliyan Angelov
2025-09-26 00:45:31 +03:00
parent 1e316a763a
commit 3f5bcfad68
2821 changed files with 1043 additions and 38155 deletions

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/gnx/Desktop/gnx-react/venv)
export VIRTUAL_ENV=$(cygpath /home/gnx/Desktop/GNX-WEB/gnx-react/venv)
else
# use the path as-is
export VIRTUAL_ENV=/home/gnx/Desktop/gnx-react/venv
export VIRTUAL_ENV=/home/gnx/Desktop/GNX-WEB/gnx-react/venv
fi
_OLD_VIRTUAL_PATH="$PATH"