Setting the PiCham Interpreter Path

Asked 2 years ago, Updated 2 years ago, 122 views

There's no problem with coding.

I formatted my PC and newly installed PiCham.

I received the source I was working on at Git and ran it, but I forgot to create a virtual environment.

So I created a virtual environment and specified and executed a virtual environment in Python interpreter settings, but an error occurred.

If an error occurs in Python,

 C:/Python.exe C:/code path/test.py
    Traceback ...
    ...
    Error : ...


Like this, the Python path is printed out, right?

However, the path I specified in Settings-> Interpreter Settings does not come out,

Runs on the path specified in the Default setting.

How do I do this?

python pycharm

2022-09-22 14:56

1 Answers

Please attach a screenshot of the screen shown in Settings > Interpreter.


2022-09-22 14:56

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.