Search

Install Python 3.6 (and IDLE) on Ubuntu 17.04


To install Python 3.6 on Ubuntu 17.04, enter the command:
$ sudo apt-get install python3.6

Install IDLE for Python 3.6, idle-python3.6:
$ sudo apt install idle-python3.6


To install package using pip for Python 3.6:

- Download get-pip.py from http://ift.tt/1QVZkop

- Install pip for Python 3.6
$ sudo python3.6 get-pip.py

- Install package:
$ sudo python3.6 -m pip install <package>
reference: Python documenet - Installing Python Modules - ... work with multiple versions of Python installed in parallel



Bagikan Berita Ini

0 Response to "Install Python 3.6 (and IDLE) on Ubuntu 17.04"

Post a Comment


Powered by Blogger.