/opt/imunify360/venv/bin
NameSizeModeActions
__pycache__/-0755rm
activate17320644editdlrm
activate.csh9560644editdlrm
activate.fish22360644editdlrm
Activate.ps190330644editdlrm
distro2640755editdlrm
docutils2750755editdlrm
imunify360-command-wrapper70390755editdlrm
jsonschema2720755editdlrm
normalizer3030755editdlrm
pip2800755editdlrm
pip32800755editdlrm
pip3.102800755editdlrm
pip3.112800755editdlrm
pw-migrate2740755editdlrm
pwiz.py82490755editdlrm
pw_migrate2740755editdlrm
pybabel2810755editdlrm
python61440755editdlrm
python361440755editdlrm
python3.1161440755editdlrm
rst2html.py6610755editdlrm
rst2html4.py7830755editdlrm
rst2html5.py11180755editdlrm
rst2latex.py8600755editdlrm
rst2man.py6830755editdlrm
rst2odt.py8490755editdlrm
rst2odt_prepstyles.py6550755editdlrm
rst2pseudoxml.py6680755editdlrm
rst2s5.py7040755editdlrm
rst2xetex.py9400755editdlrm
rst2xml.py6690755editdlrm
rstpep2html.py7370755editdlrm
Edit: /opt/imunify360/venv/bin/activate.csh (956B)
# This file must be used with "source bin/activate.csh" *from csh*. # You cannot run it directly. # Created by Davide Di Blasi . # Ported to Python 3.3 venv by Andrew Svetlov alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PATH" && unset _OLD_VIRTUAL_PATH; rehash; test $?_OLD_VIRTUAL_PROMPT != 0 && set prompt="$_OLD_VIRTUAL_PROMPT" && unset _OLD_VIRTUAL_PROMPT; unsetenv VIRTUAL_ENV; unsetenv VIRTUAL_ENV_PROMPT; test "\!:*" != "nondestructive" && unalias deactivate' # Unset irrelevant variables. deactivate nondestructive setenv VIRTUAL_ENV "/builddir/build/BUILD/imunify360-venv-2.3.4/opt/imunify360/venv" set _OLD_VIRTUAL_PATH="$PATH" setenv PATH "$VIRTUAL_ENV/bin:$PATH" set _OLD_VIRTUAL_PROMPT="$prompt" if (! "$?VIRTUAL_ENV_DISABLE_PROMPT") then set prompt = "(venv) $prompt" setenv VIRTUAL_ENV_PROMPT "(venv) " endif alias pydoc python -m pydoc rehash