Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Use Docker Image as Python interpreter in PyCharm

Being a beginner to Docker, I want to know that how can I use a Docker Image ( downloaded from Docker Hub ) as a python interpreter in PyCharm on Windows. I want to run some Python files in PyCharm using the Docker Image. I have downloaded the Docker Integration plugin in my PyCharm.


1 Answers

You can find a thorough and step by step tutorial in the article provided underneath this Post, this article mainly teach you how to use Pycharm remote interpreter (using Docker), here you need to pay attention that to use this feature, your Pycharm must be a Professional version.


Instruction:

  • https://www.jetbrains.com/help/pycharm/using-docker-compose-as-a-remote-interpreter.html
  • https://www.jetbrains.com/help/pycharm/using-docker-as-a-remote-interpreter.html
like image 164
MohammadReza Alagheband Avatar answered Mar 08 '26 05:03

MohammadReza Alagheband