Skip to content

Instantly share code, notes, and snippets.

View nbmhoang's full-sized avatar
🌏
Working from home

Minh Hoang nbmhoang

🌏
Working from home
View GitHub Profile
@frfahim
frfahim / install virtualenv ubuntu 16.04.md
Last active May 20, 2024 06:45
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