Skip to content

Instantly share code, notes, and snippets.

View dazamar01's full-sized avatar
💭
Hi everyone! I'm a FullStack Developer specialized on java and react...

Daniel Azamar dazamar01

💭
Hi everyone! I'm a FullStack Developer specialized on java and react...
View GitHub Profile
@Geoyi
Geoyi / install virtualenv ubuntu 16.04.md
Created September 16, 2017 12:19 — forked from frfahim/install virtualenv ubuntu 16.04.md
How to install virtual environment on ubuntu 16.04

How to install virtualenv:

Install pip first

sudo apt-get install python3-pip

Then install virtualenv using pip3

sudo pip3 install virtualenv