Setting up the python virtualenv development environment on Debian Linux
In this config we will setup a python virtualenv. The intention behind the use of virtualenv as a python development environment is to separate global system installed executables and libraries with packages installed directly inside virtualenv. As a result, one is able to test a given python application with multiple system environments on a single host.
|
|
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.