当前位置:网站首页>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
边栏推荐
- 数据分析入门 | kaggle泰坦尼克任务(一)—>数据加载和初步观察
- [Halcon vision] polar coordinate transformation
- PTA class a 1001
- cavans实现静态滚动弹幕
- [socket] the three handshakes are completed in listen, and accept only takes out one connection from the queue that completes the connection
- Our Web3 entrepreneurship project is yellow
- Introduction to Phoenix (Level 1: Phoenix installation, level 2: Phoenix basic grammar)
- 分布式锁解决方案之Redis实现
- Android greendao数据库的使用
- json_object_put: Assertion `jso->_ref_count > 0‘ failed.Aborted (core dumped)
猜你喜欢
记给esp8266烧录刷固件
Li Kou daily question 917
The CLOB field cannot be converted when querying Damon database
uniapp使用简单方法signalR(仅用于web调试,无法打包app)
[Halcon vision] image filtering
干货likeshop外卖点餐系统开源啦100%开源无加密
js 获得当前时间,时间与时间戳的转换
Okaleido ecological core equity Oka, all in fusion mining mode
[Halcon vision] affine transformation
About automatic operation on Web pages
随机推荐
Employee information management system based on Web
canvas上传图片base64-有裁剪功能-Jcrop.js
利用原生js实现自定义滚动条(可点击到达,拖动到达)
PTA class a 1001
Redis realizes distributed lock and gets a watchdog
关于函数模板描述错误的是(链接格式错误怎么解决)
INSTALL_ FAILED_ SHARED_ USER_ Incompatible error resolution
.NET5WTM(ASP.NET Core) PGSql开箱操作
About the declaration and definition of template functions [easy to understand]
Cause: couldn‘t make a guess for 解决方法
[Halcon vision] image filtering
Google与Pixar开发Draco支持USD格式 加速3D对象传输<转发>
L2-005 set similarity (intersection of vector and set)
Prevent XSS attacks
软件打不开了
js下载文件,FileSaver.js导出txt、excel文件
[Halcon vision] polar coordinate transformation
Redis Docker实例与数据结构
404页面和路由钩子
【Halcon视觉】极坐标变换