Skip to content

Commit

Permalink
Update build_debian12_bookworm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-klein authored Oct 28, 2023
1 parent cb53174 commit 412cfda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/build_debian12_bookworm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv
export PATH=$PATH:$HOME/.pyenv/bin
pyenv install 3.10.0
pyenv global 3.10.0
pyenv init -
pyenv virtualenv-init -
pyenv exec python -m venv .venv
pyenv activate venv

Expand Down

0 comments on commit 412cfda

Please sign in to comment.