setrar.blogg.se

Install python with anaconda mac
Install python with anaconda mac













install python with anaconda mac
  1. #INSTALL PYTHON WITH ANACONDA MAC HOW TO#
  2. #INSTALL PYTHON WITH ANACONDA MAC FOR MAC#
  3. #INSTALL PYTHON WITH ANACONDA MAC INSTALL#

What worked for me was removing lines that modified my path in. If conda is still acting weird it might be because of the way your.

#INSTALL PYTHON WITH ANACONDA MAC INSTALL#

I avoided the dmg/graphical installation since it seemed to install it at non-standard places ~/opt I don't know why that happened but that's how it was. => For changes to take effect, close and re-open your current shell. Modified /Users/brandBrandoParetoopareto/.bash_profile No change /Users/brandBrandoParetoopareto/anaconda3/etc/profile.d/conda.csh No change /Users/brandBrandoParetoopareto/anaconda3/lib/python3.7/site-packages/xontrib/conda.xsh No change /Users/brandBrandoParetoopareto/anaconda3/shell/condabin/conda-hook.ps1 No change /Users/brandBrandoParetoopareto/anaconda3/shell/condabin/Conda.psm1 No change /Users/brandBrandoParetoopareto/anaconda3/etc/fish/conf.d/conda.fish No change /Users/brandBrandoParetoopareto/anaconda3/etc/profile.d/conda.sh

install python with anaconda mac

No change /Users/brandBrandoParetoopareto/anaconda3/bin/deactivate No change /Users/brandBrandoParetoopareto/anaconda3/bin/activate No change /Users/brandBrandoParetoopareto/anaconda3/bin/conda-env No change /Users/brandBrandoParetoopareto/anaconda3/bin/conda No change /Users/brandBrandoParetoopareto/anaconda3/condabin/conda This is what I get after doing that: conda init bash bash_profile so I removed it manually using vim. Unfortunately, it seems the previous uninstallation attempts didn't remove the code the previous conda init had added from my. So that conda is initialized correctly (so far that seems to only modify my. So for that download it from the official link then do: sh Anaconda3-2020.02-MacOSX-x86_64.shĭo sh I believe is the right thing because I might have had issue in the past when I did bash us if you are using a different shell like zsh I am not sure what you'd need to do, but I'd get sh would be safest.Īfter the installation is done you should do: conda init PREFIX=/Users/brandBrandoParetoopareto/anaconda3Ĭollecting package metadata (current_repodata.json): done Users/brandBrandoParetoopareto/anaconda3 Seems that using the command line installer is what works:Īnaconda3 will now be installed into this location: bashrc until your path is virigin again before you start your re-installation installation). I am not convinced this is the best way, even though I feel it is. Seems that without this its not actually uninstalled (you might also have to change your PATH or. 1 I feel that cricket007 's appoach is the right approach, but: (a) it should be written as an answer, not just a comment, and (b) it should have more details, like why it is best to first install homebrew, then install conda via homebrew.

#INSTALL PYTHON WITH ANACONDA MAC HOW TO#

I've been through the uninstall here How to uninstall Anaconda completely from macOS and additionall did an rm -rf ~/opt command. For some reason it decided to install at ~/opt when using the graphical installer (i.e. I don't know about other people but I've had issue downloading conda/miniconda etc for a few hours now. Inspired from: How do I use Conda in on Homebrew Python system? # source /Users/my_username/opt/anaconda3/bin/activate This is how I did it only using the terminal and apple's now default zsh: # - install pythonīash ~/miniconda.sh -b -p $HOME/miniconda

#INSTALL PYTHON WITH ANACONDA MAC FOR MAC#

New answer using only the terminal for mac zsh















Install python with anaconda mac