| .. | |||||
| easy_install-3.5 | |||||
| lswsgi | |||||
| pip | |||||
| pip-3 | |||||
| pip-3.5 | |||||
| pip3 | |||||
| pip3.5 | |||||
| pydoc3 | |||||
| pydoc3.5 | |||||
| python3 | |||||
| python3-config | |||||
| python3.5 | |||||
| python3.5-config | |||||
| python3.5m | |||||
| python3.5m-config | |||||
| python3.5m-x86_64-config | |||||
| pyvenv | |||||
| pyvenv-3.5 |
#!/opt/alt/python35/bin/python3.5
if __name__ == '__main__':
import sys
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.5 | |||||
| lswsgi | |||||
| pip | |||||
| pip-3 | |||||
| pip-3.5 | |||||
| pip3 | |||||
| pip3.5 | |||||
| pydoc3 | |||||
| pydoc3.5 | |||||
| python3 | |||||
| python3-config | |||||
| python3.5 | |||||
| python3.5-config | |||||
| python3.5m | |||||
| python3.5m-config | |||||
| python3.5m-x86_64-config | |||||
| pyvenv | |||||
| pyvenv-3.5 |