aspnetcore: OSX install guide missing important step of sourcing .sh file

brew install dnvm places a shell script that needs to be sourced.

I am using zsh, and the script is entirely silent when run. Only after actually opening up dnvm.sh did I realize that it was a bag of functions that needed to be sourced.

Solutions:

  1. Update README to note this
  2. Have the script output something if it was run, rather than sourced.

About this issue

  • Original URL
  • State: closed
  • Created 9 years ago
  • Comments: 23

Commits related to this issue

Most upvoted comments

I’ve added the source dmvm.sh to my ~/.zshrc and run @jrock2004’s line and it all works perfectly now!! So basically this needs to be mentioned in the README and it all is fine and dandy.