Re: VirtualEnv After the Fact

2013-04-13 Thread Shawn Milochik
You don't have to do anything differently than if you were starting out fresh. A virtualenv is a self-contained thing. Here's a recent blog post I wrote that might help: http://milocast.com/virtualenv.html You don't need to uninstall anything at all. However, you will need to install them again,

VirtualEnv After the Fact

2013-04-13 Thread Mark Lybrand
Okay, so I started learning and messing around with Django before learning about VirtualEnv. What is the best thing for me to do to start using VirtualEnv? I assume that I must uninstall Django; is that right? Do I need to pretty much uninstall all the packages I have installed up to now (so tha