Want to install a certain version of python in your virtualenv ?
Here’s a working example for virtualenv 1.10.1 on Linux 12.04

virtualenv --no-site-packages --distribute -p /usr/bin/python3.3 directory-name

January 1, 2014


Previous post
Tunnel Vision Debugging One of my pitfalls when it comes to programming is Tunnel Vision Debugging. Let’s assume that I wanted to perform a task, I was then able to
Next post
Xcode Beginner Shortcuts I just started to learn Objective C and here are some Xcode 5 shortcuts that I find useful when just getting started with the Editor. Move cursor