Replies: 1 comment
-
Hi! Does it work if you disable the python environments extension by doing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem Description:
When attempting to execute Python code in the terminal by pressing Shift + Enter in Visual Studio Code, an error occurs. This issue specifically arises only when a Conda environment is selected as the Python interpreter. The functionality works correctly when the system Python (/bin/python3) is in use.
Crucial Observation (Key Diagnostic Information):
Steps to Reproduce:
Expected Behavior:
When Shift + Enter is pressed, the Python code should execute successfully in the terminal with the selected Conda environment activated.
Actual Behavior and Error Logs:
System Information:
Troubleshooting Performed:
Beta Was this translation helpful? Give feedback.
All reactions