Srini's Point of View

My thoughts on technology, food and other fancies…

Fix Python virtualenv errors after upgrading Lion to Mountain Lion

I upgraded the OS of my mac mini to Mountain Lion this weekend. Unfortunately it messed up all my python settings. When I ssh’d into the mac mini I saw an ugly python error. The gist of which was the following -

“ImportError: No module named virtualenvwrapper.hook_loader”

Basically I …

GNU Screen on Mac OSX

Did you know Gnu Screen came default with your macs? I did not know that!!
I wanted to run one of my python scripts remotely on my mac mini to detect duplicates in my image library. As this would take some time, I didn’t want to leave the session …

Python development setup on Mountain Lion - part 4

Setup Git on mountain lion to use github to save your projects

Continuing on my series, today we will be setting up git on our newly upgraded Mountain Lion.
Go ahead and download the latest version of git from here. Go ahead and install it. Next go and open an …