TERM environment variable not set on mac

限于喜欢 提交于 2019-12-02 05:24:46

问题


I keep on getting the "TERM environment variable not set." error when I work with svn commands on my Mac terminal.

I thought I had set up my profile by doing:

export SVN_EDITOR=/usr/bin/nano
export EDITOR=/usr/bin/nano

in .profile and .bash_profile, reset the terminal and it still gives me that error.

Any help?


回答1:


Add this to your profile:

export TERM=xterm-color


来源:https://stackoverflow.com/questions/3911574/term-environment-variable-not-set-on-mac

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!