Category: Docker

Categories


How to run PyCharm with Docker and *Conda

admin
14. January 2021

I assume that docker is installed and a docker container with Conda is already running. Furthermore, this will only work on PyCharm Professional. connect PyCharm to Docker using this tutorial. IMPORTANT: Change the python interpreter path from “python” to “/path/to/conda-env/on/docker/bin/python3.X”, replacing the path according to the Conda installation in your docker container Open or create […]

Read More