Skip to content

How to use Poetry with Conda environments

Poetry uses by default the system installed python and creates a new environment using that one. I prefer creating a new env with conda, install whatever python version I want and work in there.

1) Create an environment with Conda and activate it

2) Have setup (once, globally) that Poetry uses the current environment python version

poetry config virtualenvs.create false