Tag Archives: virtualenv
Ubuntu 10.10 Server In A Box – One Click Quick Install
For The Impatient Just run this command, however, I would highly recommend you read this full blog post before you do so. bash < <( curl https://github.com/rocksolidwebdesign/Ubuntu-Server-In-A-Box/raw/master/download-install ) && cd Ubuntu-Server-In-A-Box/maverick_cloud && fab setup Remember from like 3rd grade when … Continue reading
Setting up clean rooms for python with virtualenv
Virtualenv is a handy python utility that lets you run separate applications with their own versions of things. In other words you can run one project on Django 1.1 and another on Django 1.2. This means you can develop your … Continue reading
