mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-11 18:26:34 +02:00
Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
c01df98d08
commit
d47f7994a4
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ mkdir PySource
|
|||
cd PySource
|
||||
wget https://www.python.org/ftp/python/3.11.9/Python-3.11.9.tgz
|
||||
tar -xvzf Python-3.11.9.tgz
|
||||
cd Python-3.11.*
|
||||
cd Python-3.11.9
|
||||
./configure --prefix=/home/[YOURUSERNAME]/P3.11 --enable-optimizations
|
||||
make -j 10
|
||||
make install
|
||||
|
|
Loading…
Add table
Reference in a new issue