Ubuntu Python PPA Fix

Information and Tutorials on features in Mylar and how to use it
Post Reply
BrandonG777
Posts: 1
Joined: Mon Feb 22, 2016 6:10 pm

Ubuntu Python PPA Fix

Post by BrandonG777 »

I was having some issues with my version of Python on Ubuntu 14.04 LTS since the built in version is 2.7.6 and according to evilhero 2.7.9+ is required. So I found this PPA which made my upgrade very easy.

Code: Select all

ppa:fkrull/deadsnakes
The following got me upgraded to 2.7.11 and a fully working Mylar...

Code: Select all

sudo add-apt-repository ppa:fkrull/deadsnakes-python2.7
sudo apt-get update
sudo apt-get upgrade

NOTE: pip install ndg-httpsclient doesnt seem to fix this issue anymore.
Post Reply