Screencast proposal --- Using virtualenv to install Python packages in isolation

Jul 16, 2013 • Ivan Gonzalez

One of the problems I find often is having to install Python packages required by some other Python application I want to run or I am developing: sometimes I end up messing my Python installation, or having conflicts with package versions. This happens also in teaching, when you need the students to install some specific package without messing their Python installations. virtualenv is a solution to this problem. In my screencast, I’m planning to cover virtualnev installation, creating a virtual environment, installing a package on it (“docopt”), unloading the environment and returning back to “normal”, and finally reloading the environment later.

I’m sorry it’s not yet done, I’ll have it in a couple of days.