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"
|
||||
|
||||
@@ -9,7 +9,7 @@ alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PA
|
||||
# Unset irrelevant variables.
|
||||
deactivate nondestructive
|
||||
|
||||
setenv VIRTUAL_ENV "/home/rpetrovich/code/Misc/.venv"
|
||||
setenv VIRTUAL_ENV "/home/rpetrovich/code/miscellaneous/.venv"
|
||||
|
||||
set _OLD_VIRTUAL_PATH="$PATH"
|
||||
setenv PATH "$VIRTUAL_ENV/bin:$PATH"
|
||||
|
||||
@@ -33,7 +33,7 @@ end
|
||||
# Unset irrelevant variables.
|
||||
deactivate nondestructive
|
||||
|
||||
set -gx VIRTUAL_ENV "/home/rpetrovich/code/Misc/.venv"
|
||||
set -gx VIRTUAL_ENV "/home/rpetrovich/code/miscellaneous/.venv"
|
||||
|
||||
set -gx _OLD_VIRTUAL_PATH $PATH
|
||||
set -gx PATH "$VIRTUAL_ENV/bin" $PATH
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
#!/home/rpetrovich/code/Misc/.venv/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
from charset_normalizer.cli import cli_detect
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(cli_detect())
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/home/rpetrovich/code/Misc/.venv/bin/python
|
||||
#!/home/rpetrovich/code/miscellaneous/.venv/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/home/rpetrovich/code/Misc/.venv/bin/python
|
||||
#!/home/rpetrovich/code/miscellaneous/.venv/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/home/rpetrovich/code/Misc/.venv/bin/python
|
||||
#!/home/rpetrovich/code/miscellaneous/.venv/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
/bin/python
|
||||
/usr/bin/python
|
||||
Reference in New Issue
Block a user