当前位置:网站首页>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).
边栏推荐
- Why is the website slow to open?
- It is said that the operation and maintenance of shell scripts are paid tens of thousands of yuan a month!!!
- 2022.7.2 模拟赛
- Understand the first prediction stage of yolov1
- chromedriver对应版本下载
- [teacher Zhao Yuqiang] Cassandra foundation of NoSQL database
- Multithreading and high concurrency (7) -- from reentrantlock to AQS source code (20000 words, one understanding AQS)
- Btrfs and ext4 - features, strengths and weaknesses
- Capacity expansion mechanism of map
- Solve the 1251 client does not support authentication protocol error of Navicat for MySQL connection MySQL 8.0.11
猜你喜欢
Mapbox tasting value cloud animation
Why is the website slow to open?
Together, Shangshui Shuo series] day 9
[written examination question analysis] | | get [sizeof and strlen] [pointer and array] graphic explanation + code analysis
Code generator - single table query crud - generator
Introduction to redis using Lua script
Jedis source code analysis (II): jediscluster module source code analysis
Clickhouse learning notes (I): Clickhouse installation, data type, table engine, SQL operation
MySQL 5.7.32-winx64 installation tutorial (support installing multiple MySQL services on one host)
深度学习,从一维特性输入到多维特征输入引发的思考
随机推荐
How to create your own repository for software packages on Debian
Introduction to redis using Lua script
[branch and cycle] | | super long detailed explanation + code analysis + a trick game
Intel's new GPU patent shows that its graphics card products will use MCM Packaging Technology
pytorch 搭建神经网络最简版
Error 1045 (28000) occurs when Linux logs in MySQL: access denied for user 'root' @ 'localhost' (using password: yes)
Yum is too slow to bear? That's because you didn't do it
Ext4 vs XFS -- which file system should you use
CAD插件的安裝和自動加載dll、arx
Es 2022 officially released! What are the new features?
[teacher Zhao Yuqiang] index in mongodb (Part 1)
MySQL startup error: several solutions to the server quit without updating PID file
Beandefinitionregistrypostprocessor
Capacity expansion mechanism of map
Disruptor learning notes: basic use, core concepts and principles
理解 YOLOV1 第一篇 预测阶段
Jetson AgX Orin platform porting ar0233 gw5200 max9295 camera driver
2022.6.30DAY591
期末复习(DAY6)
2022.7.2day594