PATH:
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)
[-] python3.6m-x86_64-config
[edit]
[-] python3.6
[edit]
[-] pip-3.6
[edit]
[-] pip-3
[edit]
[-] pip
[edit]
[-] python3-config
[edit]
[-] python3.6m
[edit]
[-] pip3
[edit]
[-] easy_install-3.6
[edit]
[-] pyvenv
[edit]
[-] python3.6m-config
[edit]
[-] pydoc3.6
[edit]
[-] pydoc3
[edit]
[+]
..
[-] python3
[edit]
[-] python3.6-config
[edit]
[-] lswsgi
[edit]
[-] pip3.6
[edit]
[-] pyvenv-3.6
[edit]