| easy_install-3.6 | |||
| lswsgi | |||
| pip | |||
| pip-3 | |||
| pip-3.6 | |||
| pip3 | |||
| pip3.6 | |||
| pydoc3 | |||
| pydoc3.6 | |||
| python3 | |||
| python3-config | |||
| python3.6 | |||
| python3.6-config | |||
| python3.6m | |||
| python3.6m-config | |||
| python3.6m-x86_64-config | |||
| pyvenv | |||
| pyvenv-3.6 |
|
Server : LiteSpeed System : Linux premium217.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 User : alloknri ( 880) PHP Version : 8.1.34 Disable Function : NONE Directory : /opt/alt/python36/bin/ |
#!/opt/alt/python36/bin/python3.6
if __name__ == '__main__':
import sys
import pathlib
executable = pathlib.Path(sys.executable or 'python3').name
print('WARNING: the pyenv script is deprecated in favour of '
f'`{executable} -m venv`', file=sys.stderr)
rc = 1
try:
import venv
venv.main()
rc = 0
except Exception as e:
print('Error: %s' % e, file=sys.stderr)
sys.exit(rc)
| easy_install-3.6 | |||
| lswsgi | |||
| pip | |||
| pip-3 | |||
| pip-3.6 | |||
| pip3 | |||
| pip3.6 | |||
| pydoc3 | |||
| pydoc3.6 | |||
| python3 | |||
| python3-config | |||
| python3.6 | |||
| python3.6-config | |||
| python3.6m | |||
| python3.6m-config | |||
| python3.6m-x86_64-config | |||
| pyvenv | |||
| pyvenv-3.6 |