asp.net core - OSX Error dnvm: command not found -


i newbie osx. after following step step instructions https://github.com/aspnet/home.

brew tap aspnet/dnx brew update brew install dnvm 

i got following error when run dnvm upgrade:

$ dnvm upgrade  error: -bash: dnvm: command not found 

i have tried locate dnvm , looks installed in \usr\local directory.

is there step missing?

run source dnvm.sh after brew install dnvm , try run dnvm then. preferably, put on shell profile (e.g. inside .profile file) persist.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -