Anaconda Setup Guide Updated
Anaconda Setup Guide Updated
https://www.facebook.com/diceanalytics/
Anaconda
Distribution
If you want to install in another location, Click the Change Install Location button (Not Recommended)
5. Click Launchpad, select Anaconda Navigator. Or, use Cmd+Space to open Spotlight Search
and type “Navigator” to open the program.
Linux
1. From the terminal run this command: bash /Your/Download/Location/Anaconda3-2020.02-
Linux-x86_64.sh
2. The installer prompts “In order to continue the installation process, please review the license
agreement.” Click Enter to view license terms.
3. Scroll to the bottom of the license terms and enter “Yes” to agree.
4. The installer prompts you to click Enter to accept the default install location, CTRL-C to cancel
the installation, or specify an alternate installation directory. If you accept the default install
location, the installer displays “PREFIX=/home/<user>/anaconda<2 or 3>” and continues the
installation. It may take a few minutes to complete.
5. The installer prompts “Do you wish the installer to initialize Anaconda3 by running conda init?”
We recommend “yes”.
6. The installer finishes and displays “Thank you for installing Anaconda<2 or 3>!”
7. Close and open your terminal window for the installation to take effect, or you can enter the
command source ~/.bashrc.
8. To control whether or not each shell session has the base environment activated or not, run
conda config --set auto_activate_base False or True.
9. To run conda from anywhere without having the base environment activated by default, use
conda config --set auto_activate_base False. This only works if you have run conda init first.
Happy Learning Ahead ☺