Skip to content

Instantly share code, notes, and snippets.

View emTr0's full-sized avatar

emTr0 emTr0

View GitHub Profile

Keybase proof

I hereby claim:

  • I am emtr0 on github.

  • I am emtr0 (https://keybase.io/emtr0) on keybase.

  • I have a public key ASD39k7gEZJvIuEz2cTOzve589A9UY68zfoLtMB8MF3mjgo

@emTr0
emTr0 / Python3, Pip3, Virtualenv and Virtualenvwrapper Setup
Created April 15, 2017 22:13 — forked from IamAdiSri/Python3, Pip3, Virtualenv and Virtualenvwrapper Setup
Setting up and using Python3, Pip3, Virtualenv (for Python3) and Virtualenvwrapper (for Python3)
First install pip for Python2. Download the get-pip.py file from https://bootstrap.pypa.io/get-pip.py
$ cd <download location>
$ sudo -H ./get-pip.py
Use pip to install pip3
$ sudo -H pip install pip3
Installing pip3 also installs Python3
To run Python3
$ python3
@emTr0
emTr0 / install-atom.txt
Last active February 16, 2017 06:31
Installing Atom on Linux
# Install Atom
sudo dpkg -i atom-amd64.deb
# Install Atom's dependencies if they are missing
sudo apt-get -f install