.. | |||||
easy_install-3.4 | |||||
lswsgi | |||||
pip | |||||
pip3 | |||||
pip3.4 | |||||
pydoc3 | |||||
pydoc3.4 | |||||
python3 | |||||
python3-config | |||||
python3.4 | |||||
python3.4-config | |||||
python3.4m | |||||
python3.4m-config | |||||
python3.4m-x86_64-config | |||||
pyvenv | |||||
pyvenv-3.4 |
#!/opt/alt/python34/bin/python3.4 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.4 | |||||
lswsgi | |||||
pip | |||||
pip3 | |||||
pip3.4 | |||||
pydoc3 | |||||
pydoc3.4 | |||||
python3 | |||||
python3-config | |||||
python3.4 | |||||
python3.4-config | |||||
python3.4m | |||||
python3.4m-config | |||||
python3.4m-x86_64-config | |||||
pyvenv | |||||
pyvenv-3.4 |