403 Forbidden


Disable Functions:
Path : /opt/rh/rh-python35/root/bin/
File Upload :
Command :
Current File : //opt/rh/rh-python35/root/bin/pip

#!/opt/rh/rh-python35/root/usr/bin/python3

# -*- coding: utf-8 -*-
import re
import sys

from pip import main

if __name__ == '__main__':
    sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
    sys.exit(main())

404 Not Found
[ LogOut ]