mirror of
https://github.com/kennethreitz-archive/python-versions.git
synced 2026-06-05 23:30:17 +00:00
typo fix
This commit is contained in:
@@ -9,7 +9,7 @@ echo "Building SQLite..."
|
||||
echo "Building Python..."
|
||||
SOURCE_TARBALL='http://python.org/ftp/python/3.4.0/Python-3.4.0b3.tgz'
|
||||
curl $SOURCE_TARBALL | tar xz
|
||||
mv Python-3.4.032 src
|
||||
mv Python-3.4.0b3 src
|
||||
cd src
|
||||
|
||||
./configure --prefix=$OUT_PREFIX --with-ensurepip=no
|
||||
|
||||
Reference in New Issue
Block a user