当前位置:网站首页>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.batOpen 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
边栏推荐
- es6 基础知识详解 变量 字符串 解构赋值 函数 对象 从入门到精通
- 低成本、大容量、高交互…Polkadot 引领 GameFi 实现新突破
- 排序第二节——选择排序(选择排序+堆排序)(两个视频讲解)
- View log common commands
- 解决pycharm每次新建项目都要重新pip安装一些第三方库等问题
- 分布式事务产生的原因
- 虚拟机网卡报错:Bringing up interface eth0: Error: No suitable device found: no device found for connection
- Rsync常见错误
- redis学习笔记
- Laravel文档阅读笔记-Rendering JSON(对JS变量进行赋值)
猜你喜欢
随机推荐
(本章节完结)排序第五节——非比较排序(计数排序+基数排序+桶排序)(附有自己的视频讲解)
yolov5检测数据集标签数量
74HC595 chip pin description
Record a failure to upgrade the client's APP database version number
Learning Notes---Machine Learning
【报错】Root Cause com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
car-price-deeplearning-0411
(error) NOAUTH Authentication required.
虚拟机网卡报错:Bringing up interface eth0: Error: No suitable device found: no device found for connection
高德地图JS - 已知经纬度来获取街道、城市、详细地址等信息
DSP+ARM+FPGA高速PCIE/千兆网口信号仿真介绍
C language: reverse character order
学习小笔记---机器学习
Neural Network Optimizer
Anaconda 使用代理
VOC format label to YOLO format
C语言:打印菱形
jmeter并发数量以及压力机的一些限制
C语言:字符逆序
Codeforces Round #359 (Div. 2) C. Robbers' watch Violent Enumeration









