Skip to content

Commit

Permalink
Properly activate venv
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-klein committed Oct 28, 2023
1 parent b067f7e commit 355e027
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/build_debian12_bookworm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ pyenv global 3.10.0
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"

pyenv exec python -m venv .venv
pyenv version
pyenv virtualenv venv
pyenv activate venv

npm run build-linux
Expand Down

0 comments on commit 355e027

Please sign in to comment.