You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following commands are already available on this system:'TabExpansion'. This module 'CondaTabExpansion' may override the existing commands. If you still want to install this module 'CondaTabExpansion', use -AllowClobber parameter.
The text was updated successfully, but these errors were encountered:
I'm guessing you've also installed chocolatey and the catch is that chocolatey also modifies that TabExpansion function.
I'll suggest you modify the module loading order to make sure CondaTabExpansion is initialized before chocolatey in your powershell $PROFILE like the followings:
$script:conda = conda.bat # Just use the conda.bat in PATH ... The term 'conda.bat' 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.
I am getting a confilict error:
The following commands are already available on this system:'TabExpansion'. This module 'CondaTabExpansion' may override the existing commands. If you still want to install this module 'CondaTabExpansion', use -AllowClobber parameter.
The text was updated successfully, but these errors were encountered: