Skip to content

Commit

Permalink
Fixed commit pypa#1 to actually work
Browse files Browse the repository at this point in the history
  • Loading branch information
TC01 committed May 22, 2012
1 parent 390917d commit 5442218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pip/locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ def running_under_virtualenv():
#On some systems, we may have to create this, on others it probably exists
if not os.path.exists(os.path.join(user_dir, '.config')):
os.mkdir(os.path.join(user_dir, '.config'))
default_storage_dir = os.path.join(user_dir, '.config', 'pip')

default_storage_dir = os.path.join(user_dir, '.pip')
default_config_file = os.path.join(default_storage_dir, 'pip.conf')
default_log_file = os.path.join(default_storage_dir, 'pip.log')
# Forcing to use /usr/local/bin for standard Mac OS X framework installs
Expand Down

0 comments on commit 5442218

Please sign in to comment.