Use the deadsnakes PPA for a not so dead snake (3.4).

This commit is contained in:
Jannis Leidel 2014-03-23 15:22:57 +01:00
parent 4d591cc81c
commit 841a760ce2
1 changed files with 3 additions and 10 deletions

View File

@ -1,11 +1,4 @@
#!/bin/sh
# Get the Source Code
cd ..
hg clone http://hg.python.org/cpython
# Build Python
cd cpython
./configure
make -j8
sudo make install
sudo add-apt-repository ppa:fkrull/deadsnakes
sudo apt-get update
sudo apt-get install python3.4