1. Install python, i install python 3. Before install python, update the repository
$ sudo apt-get update
$ sudo apt-get install python3
2. Install Virtualenv
$ sudo apt-get install python-virtualenv
3. Create a new directory
$ virtualenv -p python3 project_name
4. Change the directory...