상세 컨텐츠

본문 제목

Anaconda Download Mac Os Catalina

카테고리 없음

by acmibifi1986 2020. 12. 2. 18:47

본문



Original article can be found here (source): Artificial Intelligence on Medium

In my previous blog , I walked you through all steps to run a jupyter notebook. If you’re a data scientist or developer and upgraded to macOS Catalina 10.15, then you might have faced some issues with jupyter notebook.The latest version of Mac Catalina functionality is different than the previous s version. Follow below steps to configure and run jupyter notebook.

Music, TV, and podcasts take center stage. ITunes forever changed the way people experienced. MacOS Catalina is the latest Mac Computer Operating system released by Apple Inc. To install macOS Catalina on any Mac Computer or Mac Laptop you need to download the macOS Catalina DMG File. Which is free to download from Apple official website, but for that, you need to have a developer account.

We will go through each step one by one configure jupyter notebook.

Step I : Install the anaconda distribution.

The preferable way to go forward is to use command line installer instead of graphic . Use this link to download CLI https://repo.anaconda.com/archive/Anaconda3-2020.02-MacOSX-x86_64.sh

Download

Once downloaded ,go to terminal and run

I will be using python3 as python2 is not much in use now a days.

MacOS Catalina was released on October 7, 2019, and has been causing quite a stir for Anaconda users. Apple has decided that Anaconda’s default install location in the root folder is not allowed. It moves that folder into a folder on your desktop called “Relocated Items,” in the Security folder. Download the graphical macOS installer for your version of Python. This is due to limitations with installing.pkg files on macOS Catalina. Installation may take a few minutes to complete. The installer describes the partnership between Anaconda and JetBrains and provides a link to install PyCharm for Anaconda at.

To start the installation run below command in your terminal.

Instead of Downloads use the path where you have install anaconda distribution and replace Anaconda3–2020.02-MacOSX-x86_64.sh with your filename.

You need to press Enter here ,

Read the license agreement and scroll to bottom

Enter yes. Next it will ask for location to install.

Anaconda Download Mac Os Catalina

Press Enter .

Once you press enter , message props “Do you wish the installer to initialize Anaconda3 by running conda init?”

Enter Yes

The default shell for Catalina is zsh so our next step will be to install Zsh

Step II :Set-up macOs Terminal with Zsh

For Catalina

First set-up Xcode command-line tools, also known as xcode-select

If there is some issue try running below script.

Then you need to install software package management system for macOS i.e Homebrew.

Run the below command

Next step is to install default shell for Catalina ,i.e zsh.

Now we need to integrate zsh in iterm2. If you are not having iterm2 ,install it using brew.

For zsh — iterm2 integration ,

Step III :Conda ,Pip and Jupyter installation

Conda can be installed using brew

Update conda to latest version

For pip you can either use conda or easy install

Microsoft office 2013 free. download full version free download - Microsoft Office 2011, Microsoft Office 2008 update, Microsoft Office 2016 Preview, and many more programs. Download microsoft office 2013 full version for mac. Install Microsoft 365 on your Mac, PC, tablets, and phones. With full versions installed on your PC or Mac, there’s no need for an internet connection to access documents. Collaborate, co-author, and share with 1 TB of OneDrive cloud storage per user. Access all of your docs, photos, and videos. Download microsoft office 2013 free download - Microsoft Office 2011, Microsoft Office 2008 update, Microsoft Office 2016 Preview, and many more programs. Microsoft office 2013 mac free download - Microsoft Office 2011, Microsoft Office 2008 update, Microsoft Office 2016 Preview, and many more programs. Microsoft office 2013 free. download full version free download - Microsoft Office 2016 Preview, Microsoft Office 2016, Microsoft Open XML Converter, and many more programs.

Anaconda Python Mac

Conda way

C++ programming download for mac. Easy install way

For nbextensions run following command

Lastly for jupyter use brew

Step IV :Creating Virtual environment and link it to ipykernel

Anaconda download mac os catalina dmg

To create a virtual environment pass the name of environment with python version to be used. Suppose we name our environment as cat and want to use python 3.8.2 version.

Activate the environment

Install ipykernel

Link kernel to virtual environment.

Anaconda download mac os catalina safari

If you want to display the name of environment say “Cat_Virtual”

Go to iterm2 and run

Open any notebook , it will appear like this,

Install Anaconda Mac Os

Enjoy 😊 !!