当前位置:网站首页>Anaconda is used on vscode (the environment has been configured)
Anaconda is used on vscode (the environment has been configured)
2022-07-26 10:40:00 【LittleSeedling】
vscode Upper use anaconda
Antecedents : It has been configured before VScode and Anaconda Environment .
Could have been in Pycharm Upper use Tensorflow Of , however Pycharm Of license Out of date , So turn VScode.
Steps are as follows :
- stay Extensions Installation on Python plug-in unit .
- stay status Hurdles Switch interpreter .(View -> Appearance -> Show Status Bar)
- Select the default terminal as Command Prompt.( The default is PowerShell)
( It's OK not to change )


Anaconda command
Activate the environment
conda activate env_name
Create an environment
conda create --name your_env_name python=3.5 numpy scipy
Enumerate the environment
conda info --envs
conda env list
Copy an environment
conda create --name new_env_name --clone old_env_name
Delete an environment
conda remove --name your_env_name --all
边栏推荐
- RT-Thread 学习笔记(八)---开启基于SPI Flash的elmfat文件系统(下)
- 2021-08-13和鹏哥学C语言-数组
- 13 以对象管理资源
- Redis special data type usage scenarios
- [machine learning notes] [face recognition] deeplearning ai course4 4th week programming
- 2022pta平时训练题(1~10题字符串处理问题)
- [leetcode每日一题2021/2/18]【详解】995. K 连续位的最小翻转次数
- 使用Geoprocessor 工具
- Uninstall Meizu app store
- Issue 7: how do you choose between curling up and lying flat
猜你喜欢

.NET 开源框架在工业生产中的应用

【机器学习小记】【搭建循环神经网络及其应用】deeplearning.ai course5 1st week programming(keras)

文案秘籍七步曲至----文献团队协作管理

【机器学习小记】【风格迁移】deeplearning.ai course4 4th week programming(tensorflow2)

RT-Thread 学习笔记(三)---用SCons 构建编译环境

SAP ABAP 守护进程的实现方式

Centos8 (liunx) deploying WTM (asp.net 5) using PgSQL
![[leetcode每日一题2021/4/29]403. 青蛙过河](/img/fb/612777c77df5a611506e72f4f4c3c8.png)
[leetcode每日一题2021/4/29]403. 青蛙过河

【机器学习小记】【人脸识别】deeplearning.ai course4 4th week programming

第8期:云原生—— 大学生职场小白该如何学
随机推荐
剑指Offer(四十九):把字符串转换成整数
剑指Offer(七):斐波那契数列
Redis Docker实例与数据结构
剑指Offer(五十二):正则化表达式
.NET操作Redis Hash对象
构造器、方法重载、对象数组和static
Analyze the hybrid construction objects in JS in detail (construction plus attributes, prototype plus methods)
Issue 6: which mainstream programming language should college students choose
Issue 8: cloud native -- how should college students learn in the workplace
第7期:内卷和躺平,你怎么选
【机器学习小记】【人脸识别】deeplearning.ai course4 4th week programming
剑指Offer(二十一):栈的压入、弹出序列
MD5 encryption
【dectectron2】跟着官方demo一起做
剑指Offer(八):跳台阶
卸载魅族应用商店
.net5wtm (asp.net core) PgSQL unpacking operation
工厂模式详解
.NET5WTM(ASP.NET Core) PGSql开箱操作
[转]ArcGIS中判断两个Geometry之间的关系