mirror of
https://github.com/kennethreitz-archive/python-versions.git
synced 2026-06-05 15:20:19 +00:00
better
This commit is contained in:
+2
-1
@@ -6,6 +6,7 @@ OUT_PREFIX=$1
|
||||
echo "Building Python..."
|
||||
SOURCE_TARBALL='https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-linux64.tar.bz2'
|
||||
curl -L $SOURCE_TARBALL | tar jx
|
||||
mv pypy-1.9/ $OUT_PREFIX
|
||||
mv pypy-1.9/* $OUT_PREFIX
|
||||
rm -fr pypy-1.9
|
||||
|
||||
ln $OUT_PREFIX/bin/pypy $OUT_PREFIX/bin/python
|
||||
Reference in New Issue
Block a user