当前位置:网站首页>Solve the problem that Anaconda environment cannot be accessed in PowerShell
Solve the problem that Anaconda environment cannot be accessed in PowerShell
2022-07-03 05:57:00 【Leiqiu is the cutest】
solve Anaconda The environment cannot be in Powershell Enter the question
As a perennial mac user , Recently, due to the problem of computational power, I have to use windows, In the configuration anaconda There are many problems when , Like direct use linux/macOS Available in
conda activate < Environment name >
stay powershell Environment cannot be opened in , It won't even show
(base) PS C:\Users\xxx
And enter base Environmental Science .
in fact , After consulting many materials, I found ,conda It's not supported in powershell Use in activate < Environment name >/deactivate < Environment name > Methods . You need to use the command to install the plug-in , The Project warehouse
conda install -n root -c pscondaenvs pscondaenvs
I encountered permission problems during installation , Therefore, this step uses administrator permission to install
Wait a while , You can exit the current powershell Interface , In addition, open an administrator permission powershell Interface , Input
Set-ExecutionPolicy RemoteSigned
To implement policy changes , Choose from the options given Y, You can complete the change , It can be used later activate The command switches the environment , But there will still be warnings
WARNING: The conda.cli.activate module is deprecated and will be removed in a future release.
WARNING: The module conda.cli.activate is deprecated. It will be removed in a future feature release (i.e. minor version release).
WARNING: The conda.cli.activate module is deprecated and will be removed in a future release.
WARNING: The module conda.cli.activate is deprecated. It will be removed in a future feature release (i.e. minor version release).
边栏推荐
- 项目总结--04
- Apache+PHP+MySQL环境搭建超详细!!!
- Analysis of Clickhouse mergetree principle
- Understand expectations (mean / estimate) and variances
- Strategy pattern: encapsulate changes and respond flexibly to changes in requirements
- Why should there be a firewall? This time xiaowai has something to say!!!
- How to create and configure ZABBIX
- Method of finding prime number
- Detailed explanation of contextclassloader
- Yum is too slow to bear? That's because you didn't do it
猜你喜欢

2022.DAY592

【一起上水硕系列】Day 10
![[teacher Zhao Yuqiang] index in mongodb (Part 2)](/img/a7/2140744ebad9f1dc0a609254cc618e.jpg)
[teacher Zhao Yuqiang] index in mongodb (Part 2)
![Together, Shangshui Shuo series] day 9](/img/39/c1ba1bac82b0ed110f36423263ffd0.png)
Together, Shangshui Shuo series] day 9
![[advanced pointer (1)] | detailed explanation of character pointer, pointer array, array pointer](/img/9e/a4558e8e53c9655cbc1a38e8c0536e.jpg)
[advanced pointer (1)] | detailed explanation of character pointer, pointer array, array pointer

redis 无法远程连接问题。

pytorch 搭建神经网络最简版

pytorch DataLoader实现miniBatch(未完成)

深度学习,从一维特性输入到多维特征输入引发的思考

JDBC connection database steps
随机推荐
【无标题】
Jedis source code analysis (I): jedis introduction, jedis module source code analysis
Bernoulli distribution, binomial distribution and Poisson distribution, and the relationship between maximum likelihood (incomplete)
Redis cannot connect remotely.
Sorry, this user does not exist!
Exception when introducing redistemplate: noclassdeffounderror: com/fasterxml/jackson/core/jsonprocessingexception
MySQL 5.7.32-winx64 installation tutorial (support installing multiple MySQL services on one host)
[teacher Zhao Yuqiang] use Oracle's tracking file
BeanDefinitionRegistryPostProcessor
Detailed explanation of iptables (1): iptables concept
Apache+PHP+MySQL环境搭建超详细!!!
2022.7.2day594
[teacher Zhao Yuqiang] kubernetes' probe
The server data is all gone! Thinking caused by a RAID5 crash
88. Merge two ordered arrays
2022.7.2day594
Download the corresponding version of chromedriver
Capacity expansion mechanism of map
[teacher Zhao Yuqiang] RDB persistence of redis
Jedis source code analysis (II): jediscluster module source code analysis