Does pycharm connect to the sage interpreter in the docker container or connect to the python interpreter in the container #52
Answered
by
AnaCaceres
XiaoHuaSheng110
asked this question in
Q&A
-
Does pycharm connect to the sage interpreter in the docker container or connect to the python interpreter in the container |
Beta Was this translation helpful? Give feedback.
Answered by
AnaCaceres
Jul 19, 2023
Replies: 1 comment 4 replies
-
Hello Xiao! |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
AnaCaceres
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello Xiao!
It depends on how you configure the interpreter in PyCharm, it does not come predefined so you need to set it for the project. You would need to specify the interpreter to be the one from the docker container in order for PyCharm to use it. The one that the docker container has is the sage interpreter.
Hope this helps!