当前位置:网站首页>vscode上使用anaconda(已经配置好环境)
vscode上使用anaconda(已经配置好环境)
2022-07-26 10:33:00 【LittleSeedling】
前情提示:之前已经配置好了VScode和Anaconda的环境。
本来是在Pycharm上使用Tensorflow的,但是Pycharm的license过期了,所以转向VScode。
步骤如下:
- 在Extensions上安装Python插件。
- 在status栏上切换解释器。(View -> Appearance -> Show Status Bar)
- 选择默认的终端为Command Prompt。(默认为PowerShell)
(不换也行)


Anaconda命令
激活环境
conda activate env_name
创建环境
conda create --name your_env_name python=3.5 numpy scipy
列举环境
conda info --envs
conda env list
复制某个环境
conda create --name new_env_name --clone old_env_name
删除某个环境
conda remove --name your_env_name --all
边栏推荐
- [C language] named type and anonymous type
- Cause: couldn‘t make a guess for 解决方法
- L2-005 集合相似度(vector、set求并交集)
- 将json文件中数组转换为struct
- 卸载魅族应用商店
- INSTALL_FAILED_SHARED_USER_INCOMPATIBLE错误解决方式
- Redis realizes distributed lock and gets a watchdog
- js下载文件,FileSaver.js导出txt、excel文件
- 并行、并发及对于高并发优化的几个方向
- [Halcon vision] image filtering
猜你喜欢

Comparison of packet capturing tools fiddler and Wireshark

The CLOB field cannot be converted when querying Damon database

js下载文件,FileSaver.js导出txt、excel文件

Learning about tensorflow (II)
![[Halcon vision] image filtering](/img/4b/e73a8d589b49276d96621f0ef02449.png)
[Halcon vision] image filtering

数据分析入门 | kaggle泰坦尼克任务

Introduction to data analysis | kaggle Titanic mission

我们的Web3创业项目,黄了
![[Halcon vision] image filtering](/img/7a/b95f8977f02fab644ef9fb205424e7.png)
[Halcon vision] image filtering

记给esp8266烧录刷固件
随机推荐
cavans实现静态滚动弹幕
The software cannot be opened
Cause: could't make a guess for solution
[Halcon vision] image filtering
Tradingview 使用教程
The difference between equals and = =
【Halcon视觉】形态学膨胀
Function template parameters (where are the function parameters)
[Halcon vision] programming logic
Use spiel expressions in custom annotations to dynamically obtain method parameters or execute methods
【Halcon视觉】仿射变换
3.1 leetcode daily question 6
INSTALL_FAILED_SHARED_USER_INCOMPATIBLE错误解决方式
议程速递 | 7月27日分论坛议程一览
[gossip] error loading psychopg2 module: no module named psychopg2
Redis realizes distributed lock and gets a watchdog
.NET操作Redis Hash对象
Analyze the hybrid construction objects in JS in detail (construction plus attributes, prototype plus methods)
关于模板函数声明与定义的问题[通俗易懂]
Perfect / buffer motion framework in sentence parsing JS (for beginners)