PATH:
opt
/
alt
/
python34
/
lib
/
python3.4
/
site-packages
/
setuptools
__all__ = ['get_config_vars', 'get_path'] try: # Python 2.7 or >=3.2 from sysconfig import get_config_vars, get_path except ImportError: from distutils.sysconfig import get_config_vars, get_python_lib def get_path(name): if name not in ('platlib', 'purelib'): raise ValueError("Name must be purelib or platlib") return get_python_lib(name=='platlib')
[-] svn_utils.py
[edit]
[-] compat.py
[edit]
[+]
..
[+]
__pycache__
[-] archive_util.py
[edit]
[-] version.py
[edit]
[-] extension.py
[edit]
[-] depends.py
[edit]
[-] sandbox.py
[edit]
[-] script template (dev).py
[edit]
[-] py31compat.py
[edit]
[-] __init__.py
[edit]
[-] site-patch.py
[edit]
[-] script template.py
[edit]
[-] py26compat.py
[edit]
[-] ssl_support.py
[edit]
[-] lib2to3_ex.py
[edit]
[-] dist.py
[edit]
[-] package_index.py
[edit]
[-] py27compat.py
[edit]
[+]
command