I use virtualenvs or Vagrant VMs to encapsulate environments and Vim on the host to edit.
I'd like to be able to have a config option that allows me to wrap each python command in the necessary script to make it work.
For example, with config set to vagrant ssh -c "%", ./manage.py shell would become vagrant ssh -c "./manage.py shell".
I use virtualenvs or Vagrant VMs to encapsulate environments and Vim on the host to edit.
I'd like to be able to have a config option that allows me to wrap each python command in the necessary script to make it work.
For example, with config set to
vagrant ssh -c "%",./manage.py shellwould becomevagrant ssh -c "./manage.py shell".