环境变量问题环境变量可能导致conda init命令失效。确保PATH和PYTHONPATH等环境变量设置正确,特别是对于Windows系统,需要将Anaconda或Miniconda的路径添加到系统环境变量中。 Powershell版本问题Powershell版本可能与conda init命令不兼容。建议升级到最新版本的Powershell,或尝试使用其他shell(如cmd)来执行conda命令。 conda版本...
运行conda init powershell 虽然提示已经完成,但是最后一项运行脚本路径存在乱码,我对比了另一个系统使用非中文账户的运行结果,发现乱码字符是“Documents”。 那么这个问题的锅应该出在Onedrive上,系统语言设置为中文时,Onedrive出现将英文翻译为中文,导致conda生成脚本文件时路径出现乱码的迷惑操作。最终导致conda无法将脚本...
解决方案 此时可以使用conda init命令进行复位修复: conda init source ~/anaconda3/etc/profile.d...
即,无法用 powershell 激活 conda 环境 。 但是用Anaconda Prompt就可以,如下图。 如上,在输入conda activate avatarify后,环境变为了avatarify。 问题分析 输入conda后没有报错,说明: Anaconda 在安装时,已经自动地将其自带的二进制文件/可执行文件路径放到了系统变量的Path中, conda 没有问题 因此,推断是 powersh...
用Win+X组合键调出PowerShell管理员模式; 输入命令conda init powershell 关闭后重新打开一个powershell窗口输入conda activate 环境名激活环境,退出环境用conda deactivate 上述cmd同样适用,powershell替换为cmd.exe即可。 附:conda升级命令 condaupdateconda
I installed Anaconda3 on my Windows Laptop and tried to make the conda activate command available in powershell so that I can use the conda env in VS Code for a Jupyter Notebook. But the problem is this: Added Conda to the Environment-PATH I executed conda init powershell in the conda...
windows系统里,cmd可以正常使用conda activate 命令,但是在powershell中,使用conda activate既不报错(说明路径没问题),也没激活conda环境。查询网上方法,基本是在powershell中运行conda init就能解决。但是这在我这无效。 解决1: 我观察到,anaconda安装好之后,anaconda自带的powershell是可以正常激活conda环境的。原因在于C...
conda init powershell 这个命令的作用是初始化PowerShell以使用conda。它会修改你的PowerShell配置文件(通常位于~\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1),以便在每次启动PowerShell时自动加载conda。 3. 执行该命令 按下回车键执行上述命令。你应该会看到一些输出信息,表明conda初始化脚本已经被...
'function':init_powershell_user.__name__, 'kwargs': { 'target_path':config_path, 'conda_prefix':conda_prefix } }) iffor_system: raiseNotImplementedError( "PowerShell hooks are only implemented for per-user profiles." ) ...to: