This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
First install pip for Python2. Download the get-pip.py file from https://bootstrap.pypa.io/get-pip.py | |
$ cd <download location> | |
$ sudo -H ./get-pip.py | |
Use pip to install pip3 | |
$ sudo -H pip install pip3 | |
Installing pip3 also installs Python3 | |
To run Python3 | |
$ python3 |