I was following the document but get some error while updating. Hooking up my shell to use nvm source ~/nvm/nvm.sh
giving me some error.
the errors-
(django2) 15:52 ~ $ cd mysite/
(django2) 15:52 ~/mysite $ git clone https://github.com/creationix/nvm.git
Cloning into 'nvm'...
remote: Enumerating objects: 8355, done.
remote: Counting objects: 100% (101/101), done.
remote: Compressing objects: 100% (61/61), done.
remote: Total 8355 (delta 48), reused 82 (delta 40), pack-reused 8254
Receiving objects: 100% (8355/8355), 3.02 MiB | 29.48 MiB/s, done.
Resolving deltas: 100% (5271/5271), done.
Updating files: 100% (318/318), done.
(django2) 16:08 ~/mysite $ source ~/nvm/nvm.sh
bash: /home/webclip/nvm/nvm.sh: No such file or directory
The last line giving me a headache.