当前位置:网站首页>Anaconda pyhton multi version switching
Anaconda pyhton multi version switching
2022-07-05 07:28:00 【work-harder】
need python Multiple versions play different modules , Record some roads ( Personal encounter ) Small pit of .
The phenomenon :
1. win 10, conda 4.9, default python 3.8.3
2. conda create --name python35 python=3.5 Build a low version
3. win10 Of power shell Lower activation python35 You don't succeed
PS c:\anaconda3> python --veresion (python 3.8.3)
PS c:\anaconda3> activate python 35 ( No hint )
PS c:\anaconda3> python --veresion ( still python 3.8.3)
solve :
1. Use anaconda prompt or anaconda power shell ( In the list after clicking the start icon in the lower left corner )
2. After entering, the interface displays the currently used environment name , such as
(base) C:\
(base) C:\ python --version (python 3.8.3)
(base) C:\ activate python35 ( (python35) C:\ It has changed )
(base) C:\python --version (pytho 3.5.6)
3. stay c:\anaconda3\envs Next , You can see python35 Folder ,
4. stay c:\anaconda3\envs\python35\Lib\site-packages\django\__init__.py in , Can verify 1.8 edition
5. conda deactivate, Return to the default version (base)
边栏推荐
- Basic series of SHEL script (III) for while loop
- docker安装mysql并使用navicat连接
- How to delete the virus of inserting USB flash disk copy of shortcut to
- Simple operation with independent keys (hey, a little fancy) (keil5)
- Negative number storage and type conversion in programs
- What if the DataGrid cannot see the table after connecting to the database
- Pytorch has been installed in anaconda, and pycharm normally runs code, but vs code displays no module named 'torch‘
- 2022.06.27_ One question per day
- Idea common settings
- Matrix and TMB package version issues in R
猜你喜欢
SD_ CMD_ SEND_ SHIFT_ REGISTER
Shadowless cloud desktop - online computer
And let's play dynamic proxy (extreme depth version)
Three body goal management notes
Delayqueue usage and scenarios of delay queue
I 用c I 实现队列
CADD course learning (6) -- obtain the existing virtual compound library (drugbank, zinc)
HDU1231 最大连续子序列(分治or动规or双指针)
大学生活的自我总结-大一
【idea】Could not autowire. No beans of xxx type found
随机推荐
Basic series of SHEL script (II) syntax + operation + judgment
PostMessage communication
Explanation of parallel search set theory and code implementation
公安专业知识--哔哩桐老师
Altimeter data knowledge point 2
What does soda ash do?
How to delete the virus of inserting USB flash disk copy of shortcut to
Today, share the wonderful and beautiful theme of idea + website address
Professional knowledge of public security -- teacher bilitong
Eclipse project recompile, clear cache
Ggplot2 drawing learning notes in R
M2DGR 多源多场景 地面机器人SLAM数据集
What is sodium hydroxide?
arcpy. SpatialJoin_ Analysis spatial connection analysis
Implementation of one-dimensional convolutional neural network CNN based on FPGA (VIII) implementation of activation layer
Oracle code use
Reading literature sorting 20220104
Delayqueue usage and scenarios of delay queue
Machine learning Seaborn visualization
[node] NVM version management tool