嘿伙计们,我正在学习本教程以便在我的 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
with brew uninstall
。订单呢?
谢谢。