You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ mkdir build
$ mkdir build/fish
$ pip install -b build fish
Downloading/unpacking fish
pip can't proceed with requirement 'fish' due to a pre-existing build directory.
location: /Users/wolever/code/sandbox/build/fish
This is likely due to a previous installation that failed.
pip is being responsible and not assuming it can delete this.
Please delete it and try again.
Cleaning up...
$ echo $?
0
$ pip --version
pip 1.4.1 from /path/to/virtualenv
This is… is a bit of a problem when pip is run from scripts :\
The text was updated successfully, but these errors were encountered:
For example:
This is… is a bit of a problem when pip is run from scripts :\
The text was updated successfully, but these errors were encountered: