diff --git a/workflow/python_pure/README.md b/workflow/python_pure/README.md index 5f17a03..008bb54 100644 --- a/workflow/python_pure/README.md +++ b/workflow/python_pure/README.md @@ -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