X7ROOT File Manager
Current Path:
/opt/alt/python33/bin
opt
/
alt
/
python33
/
bin
/
ðŸ“
..
📄
easy_install
(246 B)
📄
easy_install-3.3
(246 B)
📄
lswsgi
(110.92 KB)
📄
pip
(218 B)
📄
pip3
(218 B)
📄
pip3.3
(218 B)
📄
pydoc3
(91 B)
📄
pydoc3.3
(91 B)
📄
python3
(11.76 KB)
📄
python3-config
(446 B)
📄
python3.3
(11.76 KB)
📄
python3.3-config
(446 B)
📄
python3.3m
(11.76 KB)
📄
python3.3m-config
(446 B)
📄
python3.3m-x86_64-config
(1.94 KB)
📄
pyvenv
(243 B)
📄
pyvenv-3.3
(243 B)
Editing: python3.3m-config
#!/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)
Upload File
Create Folder