Skip to content

Instantly share code, notes, and snippets.

View ardayavas's full-sized avatar

Arda Yavas ardayavas

View GitHub Profile

Keybase proof

I hereby claim:

  • I am ardayavas on github.
  • I am ardayavas (https://keybase.io/ardayavas) on keybase.
  • I have a public key whose fingerprint is B54B 7877 AB86 7E53 B2A0 1B53 09FD 2D4B 3F26 1D94

To claim this, I am signing this object:

@ardayavas
ardayavas / install virtualenv ubuntu 16.04.md
Created December 16, 2018 11:14 — 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