I have vim that is compiled with an outdated version of python (3.4).
I have install python into a local directory and verified it works properly:
$ which python3.7
/usr/local/bin/python3.7
What would be the simplest way to uninstall and re-install vim that is linked to this 3.7 library?
In the past I have only used:
sudo apt-get update
sudo apt-get install vim
I'm hoping I could pass something like:
$ sudo apt-get install vim option--with-python3-config-dir=/usr/local/lib/python3.7/config-3.7m-x86_64-linux-gnu