Skip to content

jaredharley/learn-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn Python

Watch as I learn Python! Or don't. Whatever.

Python installation

As of the beginning of the year, there are two versions of Python available for Debian:

  • python, which is at version 2.7.3 (latest available at python.org is 2.7.9), and
  • python3, which is at version 3.2.3 (latest available at python.org is 3.4.2)

Since I wanted the latest and greatest, I built 3.4.2 from source following these directions (twice, actually, because my fingers typed /user/ when my brain thought /usr/).

I also had to add the new python directory to the PATH environment variable in my .bashrc file, like so: export PATH="$PATH:/usr/local/opt/python-3.4.2/bin".

About

Watch as I learn Python!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published