1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

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 committed by Marcus Smith
parent 5ff772d774
commit 3f24ba887d

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