#!/opt/alt/python33/bin/python3.3m
# -*- python -*-
import sys
import subprocess
ver = sys.version[:3]
arch = subprocess.check_output('uname -m'.split()).decode("utf-8").rstrip()
call = ['python{ver}m-{arch}-config'.format(ver=ver, arch=arch)] + sys.argv[1:]
retval = subprocess.call(call)
if retval == 127:
print('Could not find python{ver}m-{arch}-config. Look around to see available arches.'.format(ver=ver, arch=arch), file=sys.stderr)
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| easy_install | File | 246 B | 0755 |
|
| easy_install-3.3 | File | 246 B | 0755 |
|
| lswsgi | File | 110.92 KB | 0755 |
|
| pip | File | 218 B | 0755 |
|
| pip3 | File | 218 B | 0755 |
|
| pip3.3 | File | 218 B | 0755 |
|
| pydoc3 | File | 91 B | 0755 |
|
| pydoc3.3 | File | 91 B | 0755 |
|
| python3 | File | 11.76 KB | 0755 |
|
| python3-config | File | 446 B | 0755 |
|
| python3.3 | File | 11.76 KB | 0755 |
|
| python3.3-config | File | 446 B | 0755 |
|
| python3.3m | File | 11.76 KB | 0755 |
|
| python3.3m-config | File | 446 B | 0755 |
|
| python3.3m-x86_64-config | File | 1.94 KB | 0755 |
|
| pyvenv | File | 243 B | 0755 |
|
| pyvenv-3.3 | File | 243 B | 0755 |
|