Python Virtualenv/Virtualenvwrapper for Lubuntu Quick Start
Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with Python 2.X Virtualenv and Virtualenvwrapper for Lubuntu 14.04 Trusty Tahr LTS i386/amd64 Linux.
A Virtualenv Environment, put simply, is an isolated working copy of Python which allows you to work on a specific project without worry of affecting other projects.
The Virtualenvwrapper include wrappers for creating and deleting virtual environments and otherwise managing your development workflow, making it easier to work on more than one project at a time without introducing conflicts in their dependencies.

-
Open a Command Line Terminal Window
(Press “Enter” to Execute Commands).Ctrl+Alt+t
In case first see: Terminal QuickStart Guide.
-
Installing Virtualenv+Virtualenvwrapper.
sudo su -c "apt-get install virtualenvwrapper"
-
To Make a Python Virtual Environmnet.
mkvirtualenv test
How to Install Google-Chrome Web Browser on Lubuntu
Install Aptana Studio for Html5, Javascript, CSS & Python
Getting-Started with Python Selenium Testing Browser Environment: