从OSX卸载Mono,.NET Core和所有相关内容

时间:2016-04-08 11:31:31

标签: .net macos mono dnu dnvm

嘿伙计们,我正在学习本教程,以便在我的OSX中运行.NET Core:

If you choose to install Mono, select the universal installer to make sure you get the x64 version. Edge.js requires Mono x64.

If you choose to install CoreCLR], follow these steps:

brew tap aspnet/dnx
brew update
brew install dnvm
source dnvm.sh
dnvm install latest -r coreclr -alias edge-coreclr
Then install and build Edge.js:

brew install pkg-config
dnvm use edge-coreclr
npm install edge

现在,我想删除所有这些内容,但我没有找到路径。

我已移除dnvmpkg-config brew uninstall。订单怎么样?

感谢。

0 个答案:

没有答案