Forums

Neovim on PythonAnywhere?

Guys, i am trying to deploy a flask-app that relies on neovim being present. Apt-getting it is not allowed. I thought i'd build it from source but while doing it i run into other missing dependencies like libtool. Any thoughts on how to address this?

Thanks!

you might be able to build it on your own machine and then upload the compiled binaries.... what crazy kind of flask app needs neovim by the way?

Thanks for your answer. I am sending user textbox keystrokes to neovim backend via Neovim python api calls.

you're building some sort of web-based vim textbox?? that sounds really cool :D

sort of... yes.. :-)