I'm really noob at Ubuntu and I really need Phython 2.7 and PIP next week on our training.
The instruction are to: -Install Ubuntu -Install Python -Install - python2.7-dev - python-dev -And PIP
So I tried to install some stuff and research stuff. Like installing Python 2.7.13 and fiddle with the terminal and stuff.
The problem is. I don't know where to open the Python that I have installed or to install the next thing PIP.
How do I install the latest Python 2.7.X or 3.X on Ubuntu? - Here are the steps that I have followed.
If you have time, please do a step-by-step and explain it to me so I can understand. What I'm doing. Really lost right now. D:
which python
on command line. And typepython
to enter command line. Otherwise use an editor. And thedev
andpip
:sudo apt-get install
with the package name to install these. Your task to find the package names (hint: start with the names you typed ;-) ) – Rinzwind Apr 12 '17 at 14:38Like that or not?
– vonvonvon Apr 12 '17 at 15:11