Please download from this URL to any location.
https://bootstrap.pypa.io/get-pip.py
** I wrote the URL of the file suddenly, but it will be in the following location on the WEB. ** **
.
https://pypi.python.org/pypi/pip`
To install pip, securely download get-pip.py. [2]
will be the URL of the installer above.
python get-pip.py
That's it.
Please delete get-pip.py
.
pip install ipython
I entered quickly.
Let's run the iPython interpreter.
ipython
python
print 'hello egg !'
It works fine. Thank you for your hard work.
Recommended Posts