当前位置:网站首页>Anaconda replaces the default virtual environment
Anaconda replaces the default virtual environment
2022-08-09 07:33:00 【qq_52217283】
Modify \Scripts\activate.bat in the Anaconda installation directory
The following path:
D:\Anaconda3\Scripts\activate.bat
Open for text editing
Find this line of text and modify:
@CALL "%~dp0..\condabin\conda.bat" activate %*
In this line, change %* to the virtual environment you need to start by default, such as:
@CALL "%~dp0..\condabin\conda.bat" activate PyTorch)
Here, the default startup virtual environment is successfully switched to the PyTorch environment
边栏推荐
- SAP ALV 数据导出被截断的bug
- rsync:recv_generator: mkdir (in backup) failed:Permission denied (13) |failed to set times on '.'
- 贪吃蛇小游戏——C语言
- Better Scroll Y上下滚动无法上拉滚动解决办法
- 记录一次客户的APP数据库版本号升级失败的情况
- Colors that Tkinter can choose from
- 数据一致性架构
- 【nuxt】服务器部署步骤
- Use tensorflow.keras to build a neural network model modularly
- Four departments including the Ministry of Industry and Information Technology promote green smart home products to the countryside
猜你喜欢
随机推荐
jmeter并发数量以及压力机的一些限制
EXCEL使用函数联调(find,mid,vlookup,xlookup)
原生JDBC操作数据库
list and string conversion
Oracle 限制时将空值排除
Anaconda 使用代理
高项 03 项目立项管理
View log common commands
Kotlin协程 - 异常处理
接口测试概念
线程API
生成对抗网络GAN:Generative Adversarial Networks
SDRAM的数据存储实现并对其数据进行读写操作
yolov5 detects the number of labels in the dataset
pytorch指定GPU
Invoker 2019CCPC秦皇岛站I题 简单DP
半导体新能源智能装备整机软件系统方案设计
数据库索引原理
【Docker】Docker安装MySQL
(error) NOAUTH Authentication required.