Server IP : 142.11.238.133  /  Your IP : 216.73.217.42
Web Server : Apache
System : Linux dal-shared-72.hostwindsdns.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64
User : gzvrnpdt ( 1005)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0555) :  /../../../bin/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : //../../../bin/virtualenv-3.6
#!/usr/bin/python3.6
# EASY-INSTALL-ENTRY-SCRIPT: 'virtualenv==15.1.0','console_scripts','virtualenv'
__requires__ = 'virtualenv==15.1.0'
import re
import sys
from pkg_resources import load_entry_point

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