|
|
|
|
|
by promer
657 days ago
|
|
> Not sure what the paragraph about being able to install multiple Python versions after getting rid of Anaconda is about. The sentence says "install and run". The problem is with "run." On macOS, most students who install Anaconda accept the default, which is to autoactivate the base conda environment every time someone starts a terminal session. As a result, the instructions for starting an official Python don't work. If you use Anaconda on Windows, you will not be able to test the effects of autoactivate. |
|
It looks like
would be another fix for that. Or adjusting .condarc manually if you insist on not using the CLI. However I think teaching students about (virtual) environments will require them to know at least some CLI basics anyway.