Skip to content

Instantly share code, notes, and snippets.

View thealisaeedi's full-sized avatar

Ali thealisaeedi

View GitHub Profile
@thealisaeedi
thealisaeedi / install virtualenv ubuntu 16.04.md
Created June 15, 2018 04:52 — forked from Geoyi/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