<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">It’s zsh (is that the default on a macOS Catalina, think so)<div class="">No .profile</div><div class="">.zshrc is there:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5); min-height: 13px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># >>> conda initialize >>></span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># !! Contents within this block are managed by 'conda init' !!</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">__conda_setup="$('/Users/kuku/anaconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)"</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">if [ $? -eq 0 ]; then</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">    eval "$__conda_setup"</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">else</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">    if [ -f "/Users/kuku/anaconda3/etc/profile.d/conda.sh" ]; then</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">        . "/Users/kuku/anaconda3/etc/profile.d/conda.sh"</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">    else</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">        export PATH="/Users/kuku/anaconda3/bin:$PATH"</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">    fi</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">fi</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">unset __conda_setup</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># <<< conda initialize <<<</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5); min-height: 13px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></div><div><br class=""></div><div>Find the followingat beginning of my .bash_profile (does .bash_profile have impact on zsh? seems so):</div><div><br class=""></div><div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5); min-height: 13px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># added by Anaconda3 5.0.1 installer</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">export PATH="/Users/kuku/anaconda3/bin:$PATH"</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5); min-height: 13px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">##</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># Your previous /Users/kuku/.bash_profile file was backed up as /Users/kuku/.bash_profile.macports-saved_2018-06-23_at_08:25:54</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">##</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5); min-height: 13px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># MacPorts Installer addition on 2018-06-23_at_08:25:54: adding an appropriate PATH variable for use with MacPorts.</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">export PATH="/opt/local/bin:/opt/local/sbin:$PATH"</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""># Finished adapting your PATH environment variable for use with MacPorts.</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5); min-height: 13px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5); min-height: 13px;" class=""><br class=""></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5); min-height: 13px;" class="">—</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5); min-height: 13px;" class="">Christoph</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgba(159, 159, 159, 0.5); min-height: 13px;" class=""><br class=""></div></div><div><br class=""><blockquote type="cite" class=""><div class="">Am 07.05.2020 um 09:55 schrieb Dominik Reichardt <<a href="mailto:dominik@reichardt.de" class="">dominik@reichardt.de</a>>:</div><br class="Apple-interchange-newline"><div class="">    <div class=""><br class=""></div><div class="">Maybe it's still there but the PATH variable changed. Check your .profile and to make sure look at /opt/local/bin</div><div class=""><caret class=""></caret><br class=""></div>On Thu, May 7, 2020 at 09:39, Christoph Kukulies <<a href="mailto:kuku@kukulies.org" class="">kuku@kukulies.org</a>> wrote:<blockquote class="protonmail_quote" type="cite">  Funny, suddenly I can’t do any longer <div class=""><br class=""></div><div class="">sudo ports selfupdate</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">kuku@Christophs-MBP ~ % sudo port selfupdate</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Password:</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">sudo: port: command not found</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">kuku@Christophs-MBP ~ % </span></div></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class="">I can’t remember having uninstalled macports.</span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class="">—</span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Christoph</span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div></blockquote><div class=""><br class=""></div><div class=""><br class=""></div></div></blockquote></div><br class=""></div></body></html>