Installation on Linux - Python Programming
Keyboard shortcuts
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Installation on Linux
- On Linux you usually have Python 2 installed in /usr/bin/python
- Python 3 in /usr/bin/python3.
- If they are not installed, you can install them with the appropriate yum or apt-get command of your distribution.
- An alternative is to install Anaconda with Python 3.x
$ which python3
$ sudo apt-get install python3
$ sudo yum install python3