mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-09 19:46:27 +02:00
Fix typo
This commit is contained in:
parent
bc3500e675
commit
6d8d1f9879
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ cd /opt && mkdir python3 && cd python3
|
||||||
wget https://www.python.org/ftp/python/3.9.1/Python-3.9.1.tar.xz
|
wget https://www.python.org/ftp/python/3.9.1/Python-3.9.1.tar.xz
|
||||||
unxz Python-3.9.1.tar.xz
|
unxz Python-3.9.1.tar.xz
|
||||||
tar -xf Python-3.9.1.tar
|
tar -xf Python-3.9.1.tar
|
||||||
cd Python-3.9.2
|
cd Python-3.9.1
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
ln -s python python3.9
|
ln -s python python3.9
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue