osx - Kulture error - kpm command not found -


i installed sublime text 3 aim of coding c# on mac. followed steps on http://www.omnisharp.net installation of plugins , works fine until try build simple "helloworld" project. error

/users/guevara/library/application support/sublime text 3/packages/kulture/build.sh: line 21: kpm: command not found

i did check have asp.net 5 kvm mac installed. following steps @ http://www.enterpriseframework.com/post/2014/12/02/how-to-mac-vnext-step-by-step-setup-and-first-app works, kpm command has been installed through homebrew.

any idea doing wrong or why kulture can't find kpm command?

thanks, alex

look @ last line of installing kvm on os x instructions @ https://github.com/aspnet/home:

run command source kvm.sh on terminal if terminal cannot understand kvm.

but beta3 there's issue in kulture's build.sh, have updated 4 1st lignes:

ver=`cat ~/.k/alias/default.alias`   add_to_path=$home"/.k/runtimes/"$ver"/bin"   export path=$path:/usr/local/bin:$add_to_path   [ -s $home"/.k/kvm/kvm.sh" ] && . $home"/.k/kvm/kvm.sh"   

Comments

Popular posts from this blog

java - Could not locate OpenAL library -

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

sorting - opencl Bitonic sort with 64 bits keys -