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