aspnet / dnvm

OBSOLETE - see readme
Other
174 stars 61 forks source link

dnvm install/use don't seem to use DNX_HOME correctly #507

Closed cesarblum closed 8 years ago

cesarblum commented 8 years ago
export DNX_HOME=some path
dnvm install default

Expectation: dnx installed in $DNX_HOME. Reality: dnx installed in $HOME/.dnx

$ dnvm install default
Downloading dnx-mono.1.0.0-rc2-16388 from https://www.myget.org/F/aspnetcidev/api/v2
Download: https://www.myget.org/F/aspnetcidev/api/v2/package/dnx-mono/1.0.0-rc2-16388
######################################################################## 100.0%
Installing to /Users/Cesar/.dnx/runtimes/dnx-mono.1.0.0-rc2-16388
Cannot find dnx-mono.1.0.0-rc2-16388, do you need to run 'dnvm install 1.0.0-rc2-16388'?
muratg commented 8 years ago

DNVM/DNX/DNU are being retired in RC2, so no more work is planned.

If you need something tactical to fix the CI until we move out of DNX, please feel free to do so though :)

cesarblum commented 8 years ago

Closing this.