% Anaconda Do you wish to update your shell profile to automatically initialize conda? This will activate conda on startup and change the command prompt when activated. If you'd prefer that conda's base environment not be activated on startup, run the following command when conda is activated: ```bash conda config --set auto_activate_base false ``` You can undo this by running ```bash conda init --reverse $SHELL ```