This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install Python 3 | |
$ sudo apt-get install python3 | |
# Install python3-virtualenv | |
$ sudo apt-get install python3-virtualenv | |
# You can checkout you virtualenv version | |
$ virtualenv --version | |
# Create you virtualenv in the folder you that want to |