Install Python 3 Slackware 13.1
Hi! The Tutorial shows you Step-by-Step How to Install Python 3 for Slackware 13.1 GNU/Linux Desktop.
And with the Python 3 Slackware 13.1 Installation you Get the New Version of the Language that is incompatible with the 2.x line of releases.
Especially Relevant: the Process it’s quite Tricky so Relax and Take it Easy.
Finally, this Easy Guide it’s especially recommended for Slackware Linux Beginners.
-
1. Launching Terminal
Open a Terminal window
Ctrl+Alt+t on Desktop
(Press “Enter” to Execute Commands) -
2. Downloading Python 3 Slackbuild
Download Python 3 Slackbuild+Source for Slackware
-
3. Extracting Python 3 Slackbuild
Then Extract Slackbuild into /tmp
Possibly on File Manager Double-Click on PackageOr from Command Line:
tar xvzf ~/Downloads/python3.tar.gz
-
4. Relocating Python 3 Source
Next Move Source into Slackbuild.
mv ~/Downloads/Python-3*.tar.xz /tmp/python3/
The Package could be located otherwise into the /tmp/mozilla* Directory.
-
5. Building Python 3 Slackware Package
Now to Build Python 3 Package
First, Access the Target Directory:cd /tmp/python3
Possibly Give Execution Permission:
chmod +x python3.SlackBuild
Run the Build Script:
sudo ./python3.SlackBuild
-
6. Installing Python 3 Package
Finally, to Install Python 3 Package.
sudo su
upgradepkg --install-new ../python3*.tgz
So Now I’m truly Happy if My Guide could Help you to Install Python 3 on Slackware 13.1!