Set up the VimR bin environment
masterTo use the tools in the bin directory, you must set up a specific Python virtual environment using pyenv and pyenv-virtualenv.
- Navigate to the
bindirectory of the project. - Install
pyenvandpyenv-virtualenvon your system. - Install Python 3.9.7 using
pyenv. - Create a virtualenv named
com.qvacua.VimR.bin. - Verify that you are using the correct Python executable from the virtualenv.
- Install the necessary dependencies via
pip.