Home > Blockchain >  How to pick python 3.11 as a conda environment in vs code
How to pick python 3.11 as a conda environment in vs code

Time:01-02

I am just start using vscode to write python code. And I am normally using conda as my package and environment tool.

I am trying to create a conda environment for python 3.11 in my project directory based on the instruction in the vscode official document enter image description here

More information on conda commands.

  • Related