Install Python on a barebones Debian 7.4 Wheezy server in just a few minutes. Connect over SSH from a Mac, switch to root, update your package library with apt-get, install Python, then verify the version and test it in the interpreter.
⏱ Chapters:
0:00 Intro: Debian 7.4 Wheezy with no Python
0:21 SSH into the Debian server from a Mac
0:43 Switch to the root user
0:54 apt-get update and upgrade
1:06 Run the install command
1:26 Verify with python --version
1:37 Test the Python interpreter and exit
▶ Part of the "Linux How-To & Tips" series
👍 Subscribe for real-world IT every week
#Debian #Python #Linux #SSH #SysAdmin