Cuando he abierto el terminal hoy, veo este error
/Users/sanjayshreeyansgmail.com/.zshrc:17: command not found: “export.
Todos los comandos parecen funcionar bien, es sólo mi perfeccionista interior gritando.
Tengo un Macbook Air M1 con Big Sur 11.2.3
archivo .zshrc:
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('/Users/sanjayshreeyansgmail.com/miniforge3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/Users/sanjayshreeyansgmail.com/miniforge3/etc/profile.d/conda.sh" ]; then
. "/Users/sanjayshreeyansgmail.com/miniforge3/etc/profile.d/conda.sh"
else
export PATH="/Users/sanjayshreeyansgmail.com/miniforge3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda initialize <<<
“export PATH=/opt/homebrew/bin:/Users/sanjayshreeyansgmail.com/miniforge3/bin:/Users/sanjayshreeyansgmail.com/miniforge3/condabin:/Library/Frameworks/Python.framework/Versions/3.8/bin:/Library/Frameworks/Python.framework/Versions/3.9/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin”
0 votos
Bienvenido a Ask Different. ¿Es necesaria la línea 17 de tu archivo .zshrc? Comentarla podría ayudar o querrás comprobar la sintaxis de PATH antes de esa línea. su comando de edición sería
/usr/bin/open ~/.zshrc -a TextEdit