Conda Not Found!
Conda is open-source and quite popular among the Python/R package manager.
Sometimes we got an issue with Conda when we want to activate the Conda environment.
Here is an example of error :
And the solution :
Source script will reads and executes commands from filename in the current shell environment
From Bash man page (info source) :
Source script will reads and executes commands from filename in the current shell environment
From Bash man page (info source) :
Reference:
https://github.com/conda/conda/issues/7980
https://superuser.com/questions/46139/what-does-source-do
https://superuser.com/questions/46139/what-does-source-do
No comments:
Post a Comment