Skip to content

Instantly share code, notes, and snippets.

View shafinr23's full-sized avatar
🎯
Focusing

ShafinRahman shafinr23

🎯
Focusing
View GitHub Profile
@shafinr23
shafinr23 / install virtualenv ubuntu 16.04.md
Created December 29, 2018 13:16 — 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