[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.19
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
lib
/
python3.6
/
site-packages
/
pip
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 __pycache__
SET
[ DEL ]
📁 _vendor
SET
[ DEL ]
📁 commands
SET
[ DEL ]
📁 compat
SET
[ DEL ]
📁 models
SET
[ DEL ]
📁 operations
SET
[ DEL ]
📁 req
SET
[ DEL ]
📁 utils
SET
[ DEL ]
📁 vcs
SET
[ DEL ]
📄 __init__.py
11,934 B
SET
[ EDIT ]
|
[ DEL ]
📄 __main__.py
584 B
SET
[ EDIT ]
|
[ DEL ]
📄 basecommand.py
11,910 B
SET
[ EDIT ]
|
[ DEL ]
📄 baseparser.py
10,465 B
SET
[ EDIT ]
|
[ DEL ]
📄 cmdoptions.py
16,474 B
SET
[ EDIT ]
|
[ DEL ]
📄 download.py
32,847 B
SET
[ EDIT ]
|
[ DEL ]
📄 exceptions.py
8,121 B
SET
[ EDIT ]
|
[ DEL ]
📄 index.py
41,559 B
SET
[ EDIT ]
|
[ DEL ]
📄 locations.py
5,626 B
SET
[ EDIT ]
|
[ DEL ]
📄 pep425tags.py
10,980 B
SET
[ EDIT ]
|
[ DEL ]
📄 status_codes.py
156 B
SET
[ EDIT ]
|
[ DEL ]
📄 wheel.py
32,287 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: __main__.py
from __future__ import absolute_import import os import sys # If we are running from a wheel, add the wheel to sys.path # This allows the usage python pip-*.whl/pip install pip-*.whl if __package__ == '': # __file__ is pip-*.whl/pip/__main__.py # first dirname call strips of '/__main__.py', second strips off '/pip' # Resulting path is the name of the wheel itself # Add that to sys.path so we can import pip path = os.path.dirname(os.path.dirname(__file__)) sys.path.insert(0, path) import pip # noqa if __name__ == '__main__': sys.exit(pip.main())