diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pip.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/pip.rb b/Library/Formula/pip.rb index bf48a2c07..30315b001 100644 --- a/Library/Formula/pip.rb +++ b/Library/Formula/pip.rb @@ -72,10 +72,10 @@ end __END__ diff --git a/pip/locations.py b/pip/locations.py -index 292020c..2372314 100644 +index 4254ef2..0a31cc2 100644 --- a/pip/locations.py +++ b/pip/locations.py -@@ -10,8 +10,8 @@ if getattr(sys, 'real_prefix', None): +@@ -19,8 +19,8 @@ if running_under_virtualenv(): src_prefix = os.path.join(sys.prefix, 'src') else: ## FIXME: this isn't a very good default @@ -86,7 +86,7 @@ index 292020c..2372314 100644 # FIXME doesn't account for venv linked to global site-packages -@@ -26,11 +26,16 @@ if sys.platform == 'win32': +@@ -35,11 +35,16 @@ if sys.platform == 'win32': default_storage_dir = os.path.join(user_dir, 'pip') default_config_file = os.path.join(default_storage_dir, 'pip.ini') default_log_file = os.path.join(default_storage_dir, 'pip.log') |
