Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Namespaces | Functions | Variables
locations.py File Reference

Namespaces

namespace  pip.locations
 

Functions

def pip.locations.write_delete_marker_file
 
def pip.locations.running_under_virtualenv
 
def pip.locations.virtualenv_no_global
 
def pip.locations.__get_username
 
def pip.locations._get_build_prefix
 
def pip.locations.distutils_scheme
 

Variables

string pip.locations.DELETE_MARKER_MESSAGE
 
string pip.locations.PIP_DELETE_MARKER_FILENAME = 'pip-delete-this-directory.txt'
 
tuple pip.locations.build_prefix = os.path.join(sys.prefix, 'build')
 
tuple pip.locations.src_prefix = os.path.join(sys.prefix, 'src')
 FIXME: keep src in cwd for now (it is not a temporary folder) More...
 
tuple pip.locations.site_packages = get_python_lib()
 
tuple pip.locations.user_dir = os.path.expanduser('~')
 
tuple pip.locations.bin_py = os.path.join(sys.prefix, 'Scripts')
 
tuple pip.locations.bin_user = os.path.join(user_site, 'Scripts')
 
tuple pip.locations.default_storage_dir = os.path.join(user_dir, 'pip')
 
tuple pip.locations.default_config_file = os.path.join(default_storage_dir, 'pip.ini')
 
tuple pip.locations.default_log_file = os.path.join(default_storage_dir, 'pip.log')
 

Copyright 2014 Google Inc. All rights reserved.