-
Notifications
You must be signed in to change notification settings - Fork 162
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
missing pip #144
Comments
You need to install pip together with Python instead of Python alone. So try this instead:
Also, I request that you try supporting us at: https://github.com/pybank/pythonbrew As we are maintaining the project now. |
hi, The installation failed when I run
The error messages are
.pythonbrew/log/build.log shows
Any suggestions? Thank you! |
Hello, what system are you using? Also, is python 2.7.7 available in the config file? If using a *nix distribution, you can check here: home/.pythonbrew/etc/config.cfg If there is no 2.7.7 here, add it and then try running the commands (above) again. |
hi @Kentoseth , I am using Lubuntu 14.04 The config.cfg has configured Python 2.7.7 before.
Installing setup-tool always encounters the problem. I have installed all the dependencies as other similar issues suggest. Any other suggestions? Thank you! |
Hi there, Yes, I see now that Python successfully downloaded, so my mistake on the config part. I think this might work also: Firstly, I recommended that you uninstall 2.7.7 from pythonbrew (hopefully this is done) Now see which python you are using by typing:
I'm not sure which version you might be on now, but try switching pythonbrew off at this point. (I think it is something like:
) Now try this command:
Tell me the outcome of this. |
hi @Kentoseth, The python version is 2.7.6 after I uninstall 2.7.7. And 2.7.6 is my system-wide python version. After I retry the command
The problem still exists and the error message does not change. Thank you. |
Hi there, My apologies for the back and forth. Can you try running this command:
This problem is very unusual, as I managed to get 2.7.8 running with pip. |
Hi @twmht, I get the solution. |
hi,
I use pythonbrew to install python 2.7.7 and switch to python 2.7.7 in my Lubuntu 14.04.
However, the pip is missing.
For example, when I run
The expected result would be /home/tumh/.pythonbrew/pythons/Python-2.7.7/bin/pip
However, it returns nothing
That is, pythonbrew does not install the pip binary into .pythonbrew directory.
I am not sure if I miss some packages.
Thank you.
The text was updated successfully, but these errors were encountered: