OS X Terminal freezes when installing vNext KVM after running "source kvm.sh"

I am trying to install vNext on my Macbook, but when I start source kvm.sh, the terminal just freezes.


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 repository:
https://github.com/aspnet/Home

Essentially:

  • brew tap aspnet / k
  • brew install kvm
  • source kvm.sh

Everything seems fine until I started source kvm.sh, which hangs on the terminal with the message "[Process completed"].

Adding a file source kvm.shto ~ / .zshrc will launch the terminal and immediately hang it after launch.


:
kvm (brew uninstall kvm) aspnet/k (brew untap aspnet/k) ~/.kre, .

.


? :

enter image description here

+4
2

kvm ZSH, /bin/ bash .

, , - kvm .zshrc , .

+3

All Articles