Skip to content

Instantly share code, notes, and snippets.

View gladipero's full-sized avatar

Amar Shishodia gladipero

View GitHub Profile
@gladipero
gladipero / install virtualenv ubuntu 16.04.md
Created March 4, 2018 08:34 — 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 
@gladipero
gladipero / .gitignore
Created June 12, 2017 09:14 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #