嘿伙计们,我正在学习本教程,以便在我的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
现在,我想删除所有这些内容,但我没有找到路径。
我已移除dnvm
和pkg-config
brew uninstall
。订单怎么样?
感谢。