Skip to content

Instantly share code, notes, and snippets.

View SAVE-UP's full-sized avatar
:octocat:
Building something Cool

SAVEUP Technologies SAVE-UP

:octocat:
Building something Cool
View GitHub Profile
@SAVE-UP
SAVE-UP / install virtualenv ubuntu 16.04.md
Created April 14, 2020 05:58 — 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