December 2017
Intermediate to advanced
386 pages
10h 42m
English
Start by opening a Terminal window and running the following commands, one at a time. You will be required to enter the administrative password for your system which, on a personal computer, is usually your own login password:
sudo apt-get install build-essentialsudo apt-get install sqlite3 libsqlite3-devsudo apt-get install bzip2 libbz2-devsudo apt-get install libreadline-dev libncurses5-devsudo apt-get install libssl-dev tcl-dev tk-dev python3-tksudo apt-get install zlib1g-dev liblzma-dev
Next, download a source distribution of Python from the site https://python.org.
Make a note of the file name, which will look like the following: Python-3.x.x.tar.xz, where x.x is a pair of numbers that specify the build for this distribution. ...
Read now
Unlock full access