Skip to content

mamba init & new Mac #24688

Locked Answered by milljm
joe61vette asked this question in Q&A Getting Started
Jun 14, 2023 · 3 comments · 26 replies
Discussion options

You must be logged in to vote

OOooo. I just realized I have something very important in my initialization profile that you do not:

# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('/Users/milljm/mambaforge3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
    eval "$__conda_setup"
else
    if [ -f "/Users/milljm/mambaforge3/etc/profile.d/conda.sh" ]; then
        . "/Users/milljm/mambaforge3/etc/profile.d/conda.sh"
    else
        export PATH="/Users/milljm/mambaforge3/bin:$PATH"
    fi
fi
unset __conda_setup

if [ -f "/Users/milljm/mambaforge3/etc/profile.d/mamba.sh" ]; then    <-- where did
    . "/Users/milljm/mambaforge3/etc/profile.d/mam…

Replies: 3 comments 26 replies

Comment options

You must be logged in to vote
4 replies
@joe61vette
Comment options

@GiudGiud
Comment options

@joe61vette
Comment options

@GiudGiud
Comment options

Comment options

You must be logged in to vote
22 replies
@milljm
Comment options

@milljm
Comment options

@milljm
Comment options

@milljm
Comment options

Answer selected by joe61vette
@joe61vette
Comment options

@joe61vette
Comment options

@milljm
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants