当前位置:网站首页>创建Root权限虚拟环境
创建Root权限虚拟环境
2022-07-26 14:31:00 【代码的路】
Linux下创建
Anaconda创建虚拟环境:
conda create -n myroot
Linux下激活环境:
source activate myroot
myroot为用户名,可以自己定义
回到原来的环境:
source deactivate myroot
删除虚拟环境:
conda remove -n myroot --all
Windows下创建
Anaconda创建虚拟环境:
conda create -n myroot python=3.5
myroot为自己定义的环境名称,对应的python3.5版本。
windows下激活环境:
activate myroot
回到原来的环境:
deactivate myroot
学习更多编程知识,请关注我的公众号:

边栏推荐
- Mysql-04 storage engine and data type
- c# 用移位 >> 和运算与 &判断两个 二进制数 是否发生过改变
- Jzoffer (array; string; linked list)
- Create Yum warehouse inside the enterprise
- 《MySQL高级篇》五、InnoDB数据存储结构
- Mlx90640 infrared thermal imager temperature sensor module development notes (6)
- 初识Opencv4.X----图像透视变换
- Mysql-03 database operation
- Matlab solution of [analysis of variance]
- 【2022国赛模拟】白楼剑——SAM、回滚莫队、二次离线
猜你喜欢

Flask send_ Absolute path traversal caused by file function

Research on prediction of user churn in online health community based on user portrait

TDengine 助力西门子轻量级数字化解决方案 SIMICAS 简化数据处理流程

Learning basic knowledge of Android security

Leetcode question type priority queue (TOPK question)

Unity learning notes – infinite map

Basic knowledge about memory chips

Seata的部署与微服务集成

Leetcode1170- compare the occurrence frequency of the minimum letter of the string (the corresponding occurrence frequency of each string minimum element in the map set storage array)

低功耗多通道WFAS1431无线数据采集采发仪使用流程说明
随机推荐
1对1直播源码——1对1语音聊天源码
【无标题】
注解和反射
VP video structured framework
URL的使用下载资源
Research on technology subject division method based on patent multi-attribute fusion
Leetcode36 effective Sudoku
Leetcode148 sort linked list (merge method applied to merge)
Parsing XML files using Dom4j
Sqldeveloper tools quick start
Kubernetes----Pod配置资源配额
Tips for unity transparent channel
Unity learning notes – infinite map
Use of URL download resources
Redis data operation
中值滤波器
如何做 APP 升级测试 ?
如何评价测试质量?
【文件上传漏洞-06】分布式配置文件攻击实验—以upload-labs-4为例
研发了 5 年的时序数据库,到底要解决什么问题?