I'm trying to install vNext on my Macbook but when I run source kvm.sh
the terminal just hangs.
My setup:
- OSX 10.9.5 (Mavericks)
- Mono 3.10.0
My problem:
I followed the instructions for installing vNext on OS X from the GitHub repo:
https://github.com/aspnet/Home
Essentially:
- brew tap aspnet/k
- brew install kvm
- source kvm.sh
Everything seems to go fine until the step where I run source kvm.sh
, which hangs the terminal with a message "[Process completed]".
Adding source kvm.sh
to ~/.zshrc file starts the terminal and immediately hangs it once that runs.
What I've tried:
I uninstalled kvm (brew uninstall kvm
) and aspnet/k (brew untap aspnet/k
) and deleted the directory ~/.kre
, then tried reinstalling it all again.
No luck.
Any ideas? Here's a screenshot: