Use 3.12.0 default now

main
root 2023-10-04 05:59:16 -06:00
parent 0f1799094c
commit 68d0a5ebb9
1 changed files with 2 additions and 2 deletions

View File

@ -221,8 +221,8 @@ Use pyenv to set a particular version in a virtualenv:
```
mkdir -p foodir
cd foodir/
pyenv local 3.11.5
virtualenv -p 3.11.5 env
pyenv local 3.12.0
virtualenv -p 3.12.0 env
source env/bin/activate
python --version
pip install --upgrade pip setuptools wheel