We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
assuming you have distribute installed as an egg dir, you get this error trying to use --distribute
--distribute
~$ virtualenv venv --distribute ...snip... OSError: Command /home/qwcode/d/bin/python -c "# Called from virtua...main(sys.argv[1:]) " /usr/local/lib/pytho...ute-0.6.28-py2.6.egg failed with error code 1
the problem arises from this change: e8fbbea
it's trying to look for distribute egg files to install from and finds the distribute egg directory.
these errors are showing in the pip travis builds: https://travis-ci.org/pypa/pip/jobs/3335283
The text was updated successfully, but these errors were encountered:
fyi @pfmoore
Sorry, something went wrong.
@pnasrat , I think this means a 1.8.4, see pull #362 for a fix.
Merge pull request #362 from qwcode/find_file
8392aff
fix for issue #361
No branches or pull requests
assuming you have distribute installed as an egg dir, you get this error trying to use
--distribute
the problem arises from this change: e8fbbea
it's trying to look for distribute egg files to install from and finds the distribute egg directory.
these errors are showing in the pip travis builds: https://travis-ci.org/pypa/pip/jobs/3335283
The text was updated successfully, but these errors were encountered: