当前位置:网站首页>安装anaconda并创建虚拟环境
安装anaconda并创建虚拟环境
2022-08-03 19:24:00 【friedrichor】
1. 安装ANACONDA
进入anaconda官网:https://www.anaconda.com/
点击下载
点击下载后的exe文件(如Anaconda3-2022.05-Windows-x86_64.exe)
安装流程:
选择安装路径
下面这里全选
这样就安装完成了。
2. 创建虚拟环境
在 cmd 里输入:conda create -n NAME python==3.7.5
其中NAME
为你想定义的虚拟环境的名字,后面的python版本根据需求修改即可。
进入虚拟环境:
在cmd输入 activate NAME
进入到刚刚创建的虚拟环境中:
进入到虚拟环境后可输入 python
查看python版本
输入 exit()
即可退出编译环境。
如果需要安装包可直接使用 pip install 需要安装的包
,具体使用流程可查看:python中pip 安装、升级、升级固定的包
创建完虚拟环境后就可以在 pycharm 等编译器中设定环境为该虚拟环境。
边栏推荐
- ScrollView嵌套RV,滑动有阻力不顺滑怎么办?
- The addition and subtraction of the score of the force deduction brush question (a daily question 7/27)
- Confused!Ali was abused on the one hand, but was fortunate to be promoted to Huawei's technology, and successfully got the offer, with an annual salary of 40w
- 盲僧发现了华点——教你如何使用API接口获取数据
- Force is brushed buckle problem for the sum of two Numbers
- Rust:多线程并发编程
- MySQL读写分离的三种实现方案
- flex布局
- LeetCode 622. 设计循环队列
- net-snmp编译报错:/usr/bin/ld: cannot find crti.o: No such file or directory
猜你喜欢
mysql跨库关联查询(dblink)
U-Net生物医学图像分割讲解(Convolutional Networks for BiomedicalImage Segmentation)
阿里巴巴政委体系-第七章、阿里政委培育
Handler 源码解析
高效目标检测:动态候选较大程度提升检测精度(附论文下载)
CS kill-free pose
Interview Blitz: What Are Sticky Packs and Half Packs?How to deal with it?
建模该从哪一步开始?给你分析,给零基础的你一些学习建议
虚拟机vmware设置nat模式上网
LOL英雄联盟卡顿掉帧问题解决办法 2022年8月1日
随机推荐
MySQL【变量、流程控制与游标】
Teach you to locate online MySQL slow query problem hand by hand, package teaching package meeting
余弦距离介绍
When does MySQL use table locks and when to use row locks?You should know this
CC2530_ZigBee+华为云IOT:设计一套属于自己的冷链采集系统
MYSQL误删数据恢复
Web项目中简单使用线程池
ERROR: You don‘t have the SNMP perl module installed.
G6尝试 学习
Calculation of the array serial number of Likou brush questions (one question per day 7/28)
2022年最新的Android面试大厂必考174题(附带详细答案)
讯方实训云平台——加速教育高质量发展的“数字底座”!
ADS 2023 Download Link
建模该从哪一步开始?给你分析,给零基础的你一些学习建议
图像超分——Real-ESRGAN快速上手
如何理解即时通讯开发移动网络的“弱”和“慢”
if/else或switch替换为Enum
Don't look down upon the WebSocket!Long connection, stateful, two-way, full-duplex king is Fried
Postgresql source code (65) analysis of the working principle of the new snapshot system Globalvis
群辉查看硬盘存储占用的方式