aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-09-17 22:40:15 -0700
committerAdam Vandenberg2010-09-17 22:40:15 -0700
commit3c8a7148dbb672246db4ce0eda1a5661ec763527 (patch)
tree7b00697f81c4e8a86aa861ba557135be9d014e10 /Library
parentc99b3aca44e4a48b7c1a8faadc5efe603ac5a100 (diff)
downloadhomebrew-3c8a7148dbb672246db4ce0eda1a5661ec763527.tar.bz2
cleaner pip patch for 0.8.1
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pip.rb6
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')