当前位置:网站首页>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
边栏推荐
- L2-005 集合相似度(vector、set求并交集)
- sigmod 函数与softmax 函数对比
- 2022pta usual training questions (1-10 string processing questions)
- 【机器学习小记】【人脸识别】deeplearning.ai course4 4th week programming
- 剑指Offer(五):用两个栈实现队列
- el-table实现可编辑表格
- .NET 开源框架在工业生产中的应用
- Oracle cannot start tnslistener service cannot start
- 同步方法中不使用asyncTask<T> 修饰和await获取异步返回值(同步方法中调用异步方法)
- 剑指Offer(二十一):栈的压入、弹出序列
猜你喜欢
Okaleido ecological core equity Oka, all in fusion mining mode
[machine learning notes] [style transfer] deeplearning ai course4 4th week programming(tensorflow2)
[leetcode每日一题2021/4/29]403. 青蛙过河
[leetcode每日一题2021/5/8]1723. 完成所有工作的最短时间
Zongzi battle - guess who can win
[leetcode每日一题2021/2/14]765. 情侣牵手
mysql20210906
Issue 7: how do you choose between curling up and lying flat
【论文下饭】Deep Mining External Imperfect Data for ChestX-ray Disease Screening
Issue 8: cloud native -- how should college students learn in the workplace
随机推荐
Datav beautiful data screen production experience
Redis special data type usage scenarios
RT-Thread 学习笔记(七)---开启基于SPI Flash的elmfat文件系统(中)
第6期:大学生应该选择哪种主流编程语言
el-table实现可编辑表格
剑指Offer(二十):包含min函数的栈
Mlx90640 infrared thermal imager temperature sensor module development notes (VI) pseudo color coding of infrared images
在神州IV开发板上成功移植STemWin V5.22
多目标优化系列1---NSGA2的非支配排序函数的讲解
Issue 5: the second essential skill for College Students
在神州IV开发板上为STemWin 5.22加入触屏驱动
.NET操作Redis Set无序集合
父类对子类的引用(父类引用指向子类对象)
[machine learning notes] [face recognition] deeplearning ai course4 4th week programming
鹏哥C语言——扫雷2021-08-16
RT-Thread 学习笔记(一)---配置RT-Thread开发环境
Error[Pe147]: declaration is incompatible with '错误问题
第7期:内卷和躺平,你怎么选
20210807#1 C语言程序结构
剑指Offer(二十):包含min函数的栈