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 #!/bin/sh
sudo add-apt-repository ppa:fkrull/deadsnakes
# Get the Source Code sudo apt-get update
cd .. sudo apt-get install python3.4
hg clone http://hg.python.org/cpython
# Build Python
cd cpython
./configure
make -j8
sudo make install