Skip to content

Instantly share code, notes, and snippets.

@jmsalcido
jmsalcido / load_poetry_docker_compose_into_pycharm.md
Last active January 9, 2025 14:28
Load correctly poetry environment from docker compose into pycharm available environments

PyCharm and Poetry with Docker (Compose)

I use PyCharm for my python development and normally I use a virtual env but now I found poetry and it manages the dependencies in a better way than just having a pip requirements file.

I had issues loading correctly a poetry environment from docker compose into pycharm available environments.

This sometimes works, sometimes I just reload the entire environment.

Step 1:

Run your docker image of course.