echo -e '\n\n# Function to Initialize the Anaconda Environment' >> $HOME/.bash_profile echo 'mypython () {' >> $HOME/.bash_profile echo 'source $HOME/opt/anaconda3/etc/profile.d/conda.sh' >> $HOME/.bash_profile echo 'conda activate' >> $HOME/.bash_profile echo '}' >> $HOME/.bash_profile
mypython
sysctl -n machdep.cpu.brand_string
curl -O https://repo.anaconda.com/archive/Anaconda3-2022.10-MacOSX-x86_64.pkg
curl -O https://repo.anaconda.com/archive/Anaconda3-2022.10-MacOSX-x86_64.sh
bash ~/Downloads/Anaconda3-2022.05-MacOSX-x86_64.sh