Relative Content

Tag Archive for pythonvisual-studio-codeenvironmentpython-poetrypyenv

Change Poetry python version

Context I want Poetry to use Python 3.12.x. Poetry is installed globally, and I’ve set Pyenv to default to 3.12 globally on my machine. I’m using VSCode. In the terminal in my project, I’ve done poetry install, and poetry env use 3.12 which successfully created a venv Within VSCode I manually selected the python interpreter […]