A collection of personal and technical notes.
poetry
?pyenv install 3.11 # if not already installed
# from your project directory
pyenv shell 3.11
poetry env use $(pyenv which python)
# exit the terminal using the old environment
source .venv/bin/activate