Home > Development Tools > VSCode > Teach you step by step how to configure the Anaconda environment in Vscode

Teach you step by step how to configure the Anaconda environment in Vscode

青灯夜游
Release: 2023-04-13 17:50:09
forward
14158 people have browsed it

How to configure the Anaconda environment in Vscode? The following article will teach you how to configure the Anaconda environment step by step. I hope it will be helpful to everyone!

Teach you step by step how to configure the Anaconda environment in Vscode

Preface

Disclaimer: All the contents of this article are prepared with: Anaconda, Python

Teach you step by step how to configure the Anaconda environment in Vscode

Teach you step by step how to configure the Anaconda environment in Vscode

vscode configuration anaconda environment steps

?The first step: Install the Python plug-in? Be sure to install the Python plug-in in Vscode. (Tutorial below)

Teach you step by step how to configure the Anaconda environment in Vscode

##?Step 2: Open the project file?

Open the selected folder page.

Select a folder as the project file. Teach you step by step how to configure the Anaconda environment in Vscode

Teach you step by step how to configure the Anaconda environment in Vscode

?The third step, select the environment in anconda?

CTRL P button to open the search, and then enter:

> select interpreter.

> select interpreter
Copy after login
After the following page pops up, click Python: Select the interpreter.

After the following page pops up, please select the anaconda environment you want and double-click F5 to run it.

Teach you step by step how to configure the Anaconda environment in Vscode

Teach you step by step how to configure the Anaconda environment in Vscode?For others?

Operation status: Run successfully! (

The red error occurs because Anaconda3 has not been put into the system environment variable, but it can still run

)

(Tip: For: "

Unable to connect because the target computer actively refused." error, Teach you step by step how to configure the Anaconda environment in VscodeI got the error and miraculously ran it again after running it again.)

Import package situation: All packages are also The import was successful,

A habit: Teach you step by step how to configure the Anaconda environment in VscodeI am used to using the anaconda terminal to directly enter commands to run instead of running in VsCode. The advantage of this is that it has an independent running interface, which makes development more convenient. The disadvantage is that it may be inconvenient if you are not used to it. (The workspace interface is as follows)

You’re done, isn’t it super simple?

For more knowledge about VSCode, please visit:

vscode Basic TutorialTeach you step by step how to configure the Anaconda environment in Vscode!

The above is the detailed content of Teach you step by step how to configure the Anaconda environment in Vscode. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:csdn.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template