Skip to content

Initialize conda with incorrect address #678

Description

@peanutsugarlove

During the process of starting the terminal

(base) PS E:\BaiduSyncdisk\python\openwebui> (& E:\Anaconda\Library\shell\condabin\conda-hook.ps1) ;
  (conda activate base)
&: The term 'E:\Anaconda\Library\shell\condabin\conda-hook.ps1' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
(base) PS E:\BaiduSyncdisk\python\openwebui> conda env list

The correct path should be E: \ Anaconda \ shell \ bondabin \ bonda-hook.ps1
But Conda mistakenly generated E: \ Anaconda \ Library \ shell \ bondabin \ bonda-hook.ps1
So it caused the terminal to be unable to initialize conda, which resulted in the inability to switch environments. After a day, it was discovered that it was a problem with this extension

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

info-neededIssue requires more information from poster

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions