PATH:
usr
/
local
/
jetapps
/
var
/
lib
/
aws
/
lib
/
python2.7
/
site-packages
/
setuptools
""" Launch the Python script on the command line after setuptools is bootstrapped via import. """ # Note that setuptools gets imported implicitly by the # invocation of this script using python -m setuptools.launch import tokenize import sys def run(): """ Run the script in sys.argv[1] as if it had been invoked naturally. """ __builtins__ script_name = sys.argv[1] namespace = dict( __file__=script_name, __name__='__main__', __doc__=None, ) sys.argv[:] = sys.argv[1:] open_ = getattr(tokenize, 'open', open) script = open_(script_name).read() norm_script = script.replace('\\r\\n', '\\n') code = compile(norm_script, script_name, 'exec') exec(code, namespace) if __name__ == '__main__': run()
[-] dist.pyc
[edit]
[-] depends.pyc
[edit]
[-] sandbox.py
[edit]
[-] py26compat.pyc
[edit]
[-] depends.py
[edit]
[-] glob.pyc
[edit]
[-] py31compat.pyc
[edit]
[-] cli.exe
[edit]
[-] cli-64.exe
[edit]
[-] msvc.pyc
[edit]
[+]
..
[-] unicode_utils.pyc
[edit]
[-] py27compat.py
[edit]
[-] gui.exe
[edit]
[+]
extern
[-] gui-64.exe
[edit]
[-] script.tmpl
[edit]
[-] ssl_support.pyc
[edit]
[-] package_index.py
[edit]
[-] __init__.pyc
[edit]
[-] windows_support.py
[edit]
[-] glob.py
[edit]
[-] namespaces.pyc
[edit]
[-] launch.py
[edit]
[-] dist.py
[edit]
[-] monkey.pyc
[edit]
[-] launch.pyc
[edit]
[-] site-patch.py
[edit]
[-] cli-32.exe
[edit]
[-] py31compat.py
[edit]
[-] py26compat.py
[edit]
[-] msvc.py
[edit]
[-] archive_util.py
[edit]
[-] py27compat.pyc
[edit]
[-] windows_support.pyc
[edit]
[-] monkey.py
[edit]
[-] version.py
[edit]
[-] lib2to3_ex.pyc
[edit]
[-] sandbox.pyc
[edit]
[-] gui-32.exe
[edit]
[-] unicode_utils.py
[edit]
[-] version.pyc
[edit]
[-] namespaces.py
[edit]
[-] package_index.pyc
[edit]
[-] extension.pyc
[edit]
[-] __init__.py
[edit]
[-] ssl_support.py
[edit]
[-] site-patch.pyc
[edit]
[+]
command
[-] lib2to3_ex.py
[edit]
[-] script (dev).tmpl
[edit]
[-] archive_util.pyc
[edit]
[-] extension.py
[edit]