Linux evo.fastest-server.com 5.14.0-284.1101.el9.tuxcare.11.els11.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 14 13:30:35 UTC 2026 x86_64
LiteSpeed
Server IP : 103.249.112.113 & Your IP : 216.73.217.135
Domains : 988 Domain
User : tanishks
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
python36 /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
easy_install-3.6
243
B
-rwxr-xr-x
2023-11-13 21:27
pip
661
B
-rwxr-xr-x
2023-11-13 21:26
pip-3
661
B
-rwxr-xr-x
2023-11-13 21:26
pip-3.6
661
B
-rwxr-xr-x
2023-11-13 21:26
pip3
661
B
-rwxr-xr-x
2023-11-13 21:26
pip3.6
661
B
-rwxr-xr-x
2023-11-13 21:26
pydoc3
91
B
-rwxr-xr-x
2024-04-17 17:32
pydoc3.6
91
B
-rwxr-xr-x
2024-04-17 17:32
python3
15.1
KB
-rwxr-xr-x
2024-04-17 17:32
python3.6
15.1
KB
-rwxr-xr-x
2024-04-17 17:32
python3.6m
15.1
KB
-rwxr-xr-x
2024-04-17 17:32
pyvenv
448
B
-rwxr-xr-x
2024-04-17 17:32
pyvenv-3.6
448
B
-rwxr-xr-x
2024-04-17 17:32
Save
Rename
#!/opt/alt/python36/bin/python3.6 if __name__ == '__main__': import sys import pathlib executable = pathlib.Path(sys.executable or 'python3').name print('WARNING: the pyenv script is deprecated in favour of ' f'`{executable} -m venv`', file=sys.stderr) rc = 1 try: import venv venv.main() rc = 0 except Exception as e: print('Error: %s' % e, file=sys.stderr) sys.exit(rc)