Mac opens the terminal prompt No such file or directory

I may have done some operations when installing nvm before. I forgot. Now I prompt this as soon as I open the terminal. How should I keep it from being prompted? It doesn"t affect your work and study, just your eyes.

Mar.01,2021

check whether there is a setting corresponding to nvm in your alias configuration. You can search and take a look. The location is generally at:

vim ~/.zshrc

vim ~/.bashrc

vim ~/.bash_aliases
  • Mac opens terminal to report an error

    at first, vim reported an error, but after troubleshooting, iterm2 began to report an error after switching to bash, it still reported an error Last login: Wed Aug 29 21:09:35 on ttys000 -bash: etc profile: line 15: unexpected EOF while looking for m...

    May.12,2021
  • How to support Chinese in shell script under Mac?

    has written a shell script there are some read commands to read user input there are some echo display output but once run, Chinese that does not support Chinese input will be ignored what should I do? Thank you. Thank you ....

    Jan.12,2022
Menu