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
Post a Comment