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"
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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
-8
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -1 +1 @@
/bin/python
/usr/bin/python