0% found this document useful (0 votes)
15 views

Anaconda Setup Guide Updated

Uploaded by

CH HUMZA
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views

Anaconda Setup Guide Updated

Uploaded by

CH HUMZA
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 16

Anaconda Installation Guide

https://www.facebook.com/diceanalytics/
Anaconda
Distribution

• Choose from below download links w.r.t to your OS


❖ Windows 32 bit & 64 bit
❖ Mac OS .sh & .pkg
❖ Linux .sh
Windows
Run the .exe file you downloaded and hit Next when you see the
below screen
❖ Hit “I Agree”
❖ Check only 1st option
❖ Enter your desired destination
❖ Check both options and hit Install
❖ Next
❖ Finish. Your setup is complete.
❖ Run Anaconda Navigator from your system
❖ Launch Jupyter Notebook
❖ Congrats, you have opened Jupyter Notebook in
MAC OS
1. Double-click the downloaded file and click continue to start the installation.
2. Answer the prompts on the Introduction, Read Me, and License screens.
3. Select Install for me only.
4. Click the Install button to install Anaconda in your ~/opt directory (recommended)

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 ☺

You might also like