-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip install leaves behind build directory #60
Comments
Bump!
|
Bump and wait? Not for me. Found something! Hope it makes fixing this bug a The default value for this temporary build directory is defined at http://bitbucket.org/ianb/pip/src/tip/pip/locations.py#cl-8 and passed from install.run() http://bitbucket.org/ianb/pip/src/tip/pip/commands/install.py#cl-139 to req.RequirementSet http://bitbucket.org/ianb/pip/src/tip/pip/req.py#cl-688 which creates it and therefore should also remove it.
|
|
I started looking at your bug. Could you please provide me which command If you could provide a real world scenario, it will be easier for me to track.
|
Try these commands:
It does not matter if pip can or cannot install the package. The build dir is
|
The cases of "pip leaves a build/ dir in virtualenv dir" and "pip leaves a
|
I have a working code where the build directory is being removed. Although, I
|
pip is still leaving the build dir. Look:
Ian was talking to me and told me that the issue could be: remove the build
|
insert pip-delete-this-directory.txt in every build directory pip creates → [Author: hltbra Age: 9 months ago insert pip-delete-this-directory.txt in every build directory pip creates directory dir-even
|
This is still happening in pip v0.8.1:
./lib/python2.7/site-packages/distribute-0.6.14-py2.7.egg (from pep8)
|
Can you try the tip version (the one here in bitbucket) and tell me if it Thanks, Hugo.
|
Hey, Ian just released pip 0.8.2 with that fix, can you try it, please?
|
|
//pip install// leaves behind a //build// directory in the current working directory, which is a bit of a nuisance.
The text was updated successfully, but these errors were encountered: