For the time being, execute the following. sudo apt-get install python3.4
It says it's already installed. ..
Next, install pip. sudo apt-get install python-pip
Check the version of pip. pip -V V is uppercase. Output: pip 1.5.6 from /usr/lib/python2.7/dist-packages (python 2.7)
Well, pip was linked to 2.7. I looked it up, but I don't know how to install pip with python3.4. .. Let's try again next time.
Recommended Posts