26th June 2015 | By: aeguana
Python Virtual Environment Tutorial
This is a basic tutorial designed to help you setup a virtualenv and start using it. The purpose of virtualenv is to isolate Python environments and make sure there are no conflicts when you have multiple applications deployed on the… Continue