hi,
I use pythonbrew to install python 2.7.7 and switch to python 2.7.7 in my Lubuntu 14.04.
pythonbrew install 2.7.7
pythonbrew switch 2.7.7
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.
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.