Skip to content

sobyl/Solve-can-t-use-Anaconda-in-MacOS-Catalina

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

Repository files navigation

Solve can't use Anaconda in MacOS Catalina

    1. Activate bash: $ chsh -s /bin/bash
    1. Reopen Terminal
    1. Create directory anaconda3 in /User/my_user/

      Move folder from ‘Users/Shared/Relocated\ Items/Security/anaconda3’ to ‘/Users/my_user/anaconda3’:

      $ mv Users/Shared/Relocated\ Items/Security/anaconda3/* /Users/my_user/anaconda3

    1. $ export PATH=“/Users/my_user/anaconda3/bin:$PATH”
    1. Edit file: /Users/my_user/anaconda3/bin/conda :

      Edit the first line like: #!/Users/my_user/anaconda3/bin/python

      Save changes

    1. $ /Users/my_user/anaconda3/bin/conda init bash
    1. (if needed) $ conda update --all

You have to change my_user to your account name.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published