Nvm in the path

I installed NVM and added it to my path but it is not recognized as a command on my system.

Whenever I open the terminal and want to use it, I need to provide my .profile so that it is recognized.

can someone help me to solve?

You may use [Oh My Zsh] (https://ohmyz.sh/) to simply install the zsh-nvm plugin just by adding “nvm” there .

@Farial_Mahmod’s suggestion will work, Oh My Zsh is a great tool. If you do want to stick with bash, you’re gonna wanna put things like PATH, aliases, any other terminal related thing you wantn done at startup in your .bashrc file instead of .profile

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.