当前位置:网站首页>Create root permission virtual environment
Create root permission virtual environment
2022-07-26 14:40:00 【The way of code】
Linux Create
Anaconda Creating a virtual environment :
conda create -n myroot
Linux Activate the environment :
source activate myroot
myroot Username , You can define yourself
Return to the original environment :
source deactivate myroot
Delete virtual environment :
conda remove -n myroot --all
Windows Create
Anaconda Creating a virtual environment :
conda create -n myroot python=3.5
myroot The environment name defined for yourself , Corresponding python3.5 edition .
windows Activate the environment :
activate myroot
Return to the original environment :
deactivate myroot
Learn more about programming , Please pay attention to my official account :

边栏推荐
猜你喜欢

Job 7.25 sorting and searching
Network pictures are transferred locally, causing the kernel to exit

SP export map to Maya

基于CAS的SSO单点客户端配置

【整数规划】

Embedded development: skills of debugging embedded software

OLAP (business) - transaction analysis (query)

【2022国赛模拟】白楼剑——SAM、回滚莫队、二次离线

Win11 running virtual machine crashed? Solution to crash of VMware virtual machine running in win11

What is the problem of the time series database that has been developed for 5 years?
随机推荐
C nanui related function integration
Mlx90640 infrared thermal imager temperature sensor module development notes (6)
[solution of ordinary differential equation and drawing solution of small boat walking track]
在检测分割中一些轻量级网络模型(自己学习的笔记分享)
C common function integration
As the "first city" in Central China, Changsha's "talent attraction" has changed from competition to leadership
Multithreading - thread pool
WPF common function integration
Pdf translation, which translation company in Beijing is good
First knowledge of opencv4.x --- image perspective transformation
Leetcode question type priority queue (TOPK question)
『云原生』KubeSphere可插拔组件之DevOps系统
Maya imports the model into unity
Canvas mesh wave animation JS special effect
How to evaluate the test quality?
Annotation and reflection
网络图片转本地导致内核退出
What is restful style and its four specific implementation forms
Use cpolar to build a commercial website (apply for website security certificate)
maya将模型导入到unity