shell - Clojure fireplace in vim asking for python -


trying get fireplace set in vim having trouble error messages.

when type cpr in clojure buffer following error shows up:

error detected while processing function <snr>53_runtests..fireplace#capture_te st_run..<snr>53_eval..fireplace#client..fireplace#platform..fireplace#register_ port_file..fireplace#nrepl_connection#open..fireplace#nrepl#for..<snr>75_nrepl_ process..<snr>75_nrepl_message..<snr>75_nrepl_call..<snr>74_nrepl_transport_cal l..<snr>74_nrepl_transport_dispatch:                                            line    6:                                                                      e605: exception not caught: nrepl: zsh:1: command not found: python^@           error detected while processing function <snr>53_runtests..fireplace#capture_te st_run..<snr>53_eval..fireplace#client..fireplace#platform:                     line    9:                                                                      e171: missing :endif 

the thing understand cant find python. in shell can start python python command fire 3.4.2.

im using nixos

:echo has('python') returns 0

echo $path , :! echo $path return same path.

what can try in order find causing error?

you have install/compile vim python support vim-fireplace work, , may not default on system. believe typing :help python you. if don't anything, may have recompile vim python support, i'll direct towards google now.

another option if have pip installed consider switching neovim. installing neovim pip install neovim python support. i've been using neovim lately, , it's worked pretty me.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -