Skip to content

Instantly share code, notes, and snippets.

@kangaroo
Created June 11, 2015 14:18
Show Gist options
  • Save kangaroo/9d378fe8b6824f0c8886 to your computer and use it in GitHub Desktop.
Save kangaroo/9d378fe8b6824f0c8886 to your computer and use it in GitHub Desktop.
Last login: Thu Jun 11 23:01:06 on ttys000
basalt:~ plasma$ source dnvm.sh
basalt:~ plasma$ dnvm install latest -r coreclr -u
Determining latest version
Latest version is 1.0.0-beta6-12005
Downloading dnx-coreclr-darwin-x64.1.0.0-beta6-12005 from https://www.myget.org/F/aspnetvnext/api/v2
Download: https://www.myget.org/F/aspnetvnext/api/v2/package/dnx-coreclr-darwin-x64/1.0.0-beta6-12005
######################################################################## 100.0%
Installing to /Users/plasma/.dnx/runtimes/dnx-coreclr-darwin-x64.1.0.0-beta6-12005
Adding /Users/plasma/.dnx/runtimes/dnx-coreclr-darwin-x64.1.0.0-beta6-12005/bin to process PATH
As for dnvm update-self, its self explanatory:
~/.dnx/dnvm/dnvm.sh doesn't exist. This command assumes you have installed dnvm in the usual location and are trying to update it. If you want to use update-self then dnvm.sh should be sourced from ~/.dnx/dnvm
dnvm was installed from homebrew, and is not in the usual location.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment