当前位置:网站首页>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)
边栏推荐
- Concurrent programming - deadlock troubleshooting and handling
- Basic operation of external interrupt (keil5)
- Ethtool principle introduction and troubleshooting ideas for network card packet loss (with ethtool source code download)
- HDU1232 畅通工程(并查集)
- I 用c l 栈与队列的相互实现
- 2022年PMP项目管理考试敏捷知识点(7)
- Tshydro tool
- The golang timer uses the stepped pit: the timer is executed once a day
- Idea to view the source code of jar package and some shortcut keys (necessary for reading the source code)
- The SQL implementation has multiple records with the same ID, and the latest one is taken
猜你喜欢

CADD course learning (5) -- Construction of chemosynthesis structure with known target (ChemDraw)

M2dgr slam data set of multi-source and multi scene ground robot

C learning notes

Mathematical analysis_ Notes_ Chapter 8: multiple integral

I implement queue with C I

SOC_ SD_ DATA_ FSM

arcgis_ spatialjoin
![[idea] efficient plug-in save actions to improve your work efficiency](/img/6e/49037333964865d9900ddf5698f7e6.jpg)
[idea] efficient plug-in save actions to improve your work efficiency

Hdu1231 maximum continuous subsequence (divide and conquer or dynamic gauge or double pointer)

Daily Practice:Codeforces Round #794 (Div. 2)(A~D)
随机推荐
[node] NVM version management tool
【无标题】
[idea] efficient plug-in save actions to improve your work efficiency
ImportError: No module named ‘Tkinter‘
R language learning notes 1
Matrix keyboard scan (keil5)
氢氧化钠是什么?
Light up the running light, rough notes for beginners (1)
Chapter 2: try to implement a simple bean container
Altimeter data knowledge point 2
[vscode] prohibit the pylance plug-in from automatically adding import
Typescript get timestamp
[OBS] x264 Code: "buffer_size“
Reading literature sorting 20220104
What is soda?
Basic operation of external interrupt (keil5)
And let's play dynamic proxy (extreme depth version)
611. Number of effective triangles
SD_ CMD_ RECEIVE_ SHIFT_ REGISTER
I 用c l 栈与队列的相互实现