Linux Debian Python 2.x Setuptools Installation
The Tutorial shows you How to Install Easy_Install and Pip Python for Debian Wheezy-7/Jessie-8/Stretch-9/Buster-10 i386/amd64 GNU+Linux.
The Content give Focus Only to the Essentials Instructions and Commands to make it Easier to Follow.
Finally, to the article Bottom you find a Link to Installing PyCharm FREE Python IDE, Komodo Edit 12.x and Oracle Java JDK on Debian Linux.
-
Open a Terminal Window
(Press “Enter” to Execute Commands).
Or Login into Shell. -
Installing Python Pip.
-
Download the get-pip.py Pip Script Installer
Right-Click on Link > Save As get-pip.py.
-
Installing Python Pip.
cd ~/Downloads
To give Execution permission:
chmod +x get-pip.py
If Got “User is Not in Sudoers file” then see: How to Enable sudo
su -c "python get-pip.py"
-
-
(Optional) Installing Python Setuptools for Easy_Install
If you already Got Pip then the get-pip.py Script should already have Installed the easy_install!
To Update it Run:sudo pip install -U setuptools
If you Do Not Installed Pip then to Install easy_install:
sudo apt-get install python-setuptools
If Got “User is Not in Sudoers file” then see: How to Enable sudo
How to Install FREE PyCharm Python IDE for Linux Debian:
Linux Debian PyCharm Setup.
How to Install Free Komodo Edit on Linux Debian
The Linked Article Contains a List of Guide for Installing the Latest Komodo Edit for Linux Debian Distro.
Install Aptana Studio for Html5, Javascript, CSS, PHP & Rails:
Setup AptanaStudio on Debian.