Skip to content

Instantly share code, notes, and snippets.

@dvdbng
Last active October 16, 2024 17:15
Show Gist options
  • Select an option

  • Save dvdbng/7375821b20f189c189ab1bd29392c98e to your computer and use it in GitHub Desktop.

Select an option

Save dvdbng/7375821b20f189c189ab1bd29392c98e to your computer and use it in GitHub Desktop.
Run vim in heroku updated 2017
mkdir ~/vim
cd ~/vim
# Staically linked vim version compiled from https://github.com/ericpruitt/static-vim
# Compiled on Jul 20 2017
curl 'https://s3.amazonaws.com/bengoa/vim-static.tar.gz' | tar -xz
export VIMRUNTIME="$HOME/vim/runtime"
export PATH="$HOME/vim:$PATH"
cd -
@boonep
Copy link
Copy Markdown

boonep commented Aug 2, 2017

Worked. Thanks!

@nzewail
Copy link
Copy Markdown

nzewail commented Sep 19, 2017

I ran this and am getting this error vim: error while loading shared libraries: libXt.so.6: cannot open shared object file: No such file or directory. Any advice?

@thomasdavis
Copy link
Copy Markdown

You rock!

@YoavHortman
Copy link
Copy Markdown

Thanks (:

@73VW
Copy link
Copy Markdown

73VW commented Dec 18, 2017

Thank you very much!

@pjar
Copy link
Copy Markdown

pjar commented Jan 3, 2018

Great - thanks!

@BloreBuddy
Copy link
Copy Markdown

Can anyone help me on this?

@elijahmurray
Copy link
Copy Markdown

Thanks!

@coderwurst
Copy link
Copy Markdown

Thanking you!

@yashka713
Copy link
Copy Markdown

👍 Thx)

@rynmlng
Copy link
Copy Markdown

rynmlng commented Mar 29, 2018

Still running into vim: error while loading shared libraries: libXt.so.6: cannot open shared object file: No such file or directory. Any help could be appreciated!

@arminyahya
Copy link
Copy Markdown

tnx

@Sahand1993
Copy link
Copy Markdown

Vim terminates with this message: Caught deadly signal TERM when running in the heroku shell. Anybody know why?

@Ammly
Copy link
Copy Markdown

Ammly commented Apr 27, 2018

Thanks.

@mjeng
Copy link
Copy Markdown

mjeng commented May 23, 2018

Getting an error where all the files on my one-off dyno are being overwritten when I run this script (in the heroku bash session). Is anyone else having this issue?

@pourmesomecode
Copy link
Copy Markdown

Sweet! Thanks :)

@bhushanjawle
Copy link
Copy Markdown

Thank you !

@anderson-giordani
Copy link
Copy Markdown

Sweet! Thanks

@wotori
Copy link
Copy Markdown

wotori commented Jun 21, 2018

Many thanks!

@hinok
Copy link
Copy Markdown

hinok commented Jul 4, 2018

Works!

@eliasdorneles
Copy link
Copy Markdown

Hi David! 😍
I just used this today, thanks for sharing! =)

@jasonheecs
Copy link
Copy Markdown

I made a Heroku cli plugin based on this gist that will allow one to use vim in a Heroku dyno via a heroku vim command: https://github.com/jasonheecs/heroku-vim

@nschmeller
Copy link
Copy Markdown

This worked for me! I had the same issue about loading shared object files, I came from this link: https://gist.github.com/btakita/7853541

@flameA
Copy link
Copy Markdown

flameA commented Mar 27, 2020

thanks

@sparcbr
Copy link
Copy Markdown

sparcbr commented Feb 12, 2021

I made a Heroku cli plugin based on this gist that will allow one to use vim in a Heroku dyno via a heroku vim command: github.com/jasonheecs/heroku-vim

This worked thanks

@lakwetu-tz
Copy link
Copy Markdown

awesome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment