Skip to content

Instantly share code, notes, and snippets.

View lsaffre's full-sized avatar

Luc Saffre lsaffre

View GitHub Profile
@khchine5
khchine5 / Virtualenv with Python3
Last active January 22, 2016 04:25
Installing and using virtualenv with Python3
Update the server
$ apt-get update
Install pip3
$ sudo apt-get install pip3
Install virtualenv via pip
$ pip3 install virtualenv
Create a virtualenvs directory