-
Notifications
You must be signed in to change notification settings - Fork 4
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
No such file or directory: '/usr/bin/pip' in projectenv.py #14
Comments
Ohh Windows, my old nemesis :) |
Ah, sorry, forgot to mention, that this is actually a unix build maching (hence /usr/bin/python and /usr/local/bin/pip). |
Argh sorry, and I mixed this issue with another one, where "pip.exe" was mentioned. Understood the problem now: The executables of "python" and "pip" are in different folders, which is normally not the case, if a virtual environment is used. So we can't use the python-path to calculate the pip-path in a save way. |
I also don't know how this happened to be this way on this machine. |
When installed using
pip install sphinx-performance
, i get the follownig error on calling sphinx-performance on my build machine:If i check for python and pip installation paths on my (provided) build machine i get:
The text was updated successfully, but these errors were encountered: