Sto ricevendo questa riga ogni volta che apro il mio terminale. Tutto il resto sembra funzionare bene, ma mi piacerebbe ottenere questo problema poiché non penso sia un buon segno.
Last login: Mon Feb 19 09:21:05 on ttys000
-bash: export: 'Workbooks.app/Contents/SharedSupport/path-bin': not a
valid identifier
Rachels-MacBook-Pro:~ rachelromine$
Ho controllato il mio bash_profile e questo è come appare
eval export PATH="/Users/rachelromine/.rbenv/shims:${PATH}"
export RBENV_SHELL=bash
source
'/usr/local/Cellar/rbenv/1.0.0/libexec/../completions/rbenv.bash'
command rbenv rehash 2>/dev/null
rbenv() {
local command
command="$1"
if [ "$#" -gt 0 ]; then
shift
fi
case "$command" in
rehash|shell)
eval "$(rbenv "sh-$command" "$@")";;
*)
command rbenv "$command" "$@";;
esac
}
# Setting PATH for Python 3.6
# The original version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.6/bin:${PATH}"
export PATH
test -e "${HOME}/.iterm2_shell_integration.bash" && source
"${HOME}/.iterm2_shell_integration.bash"
Penso di aver installato qualcosa che non funziona. Se hai idea di cosa ho installato che potrebbe averlo causato sarebbe estremamente utile, ma soprattutto voglio correggere il problema di identificatore valido che appare ogni volta che apro il mio terminale.