Skip to content

Instantly share code, notes, and snippets.

View mcavdar's full-sized avatar

Mahmut CAVDAR mcavdar

View GitHub Profile
#!/bin/bash
# If you use Ubuntu 14.04, you need to install Python 3.5 (by default Ubuntu 14.04 doesn't have Python 3.5, unlike Ubuntu 16.04):
add-apt-repository -y ppa:fkrull/deadsnakes
apt-get update
apt-get install -y python3.5
wget https://bootstrap.pypa.io/get-pip.py
python3.5 get-pip.py
pip3 install --upgrade pip
pip -V