Skip to content

Add README note regarding vim-plug and venv #95

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 30, 2020
Merged

Add README note regarding vim-plug and venv #95

merged 1 commit into from
Apr 30, 2020

Conversation

acamso
Copy link
Contributor

@acamso acamso commented Apr 30, 2020

I was using Plug 'heavenshell/vim-pydocstring', { 'for': ['python'], 'do': 'make install' } to install the plugin via vim-plug and was receiving the 'doq' not found.Install 'doq' error when attempting to run :Pydocstring. It looks like the MakeFile creates a new venv for installing doq, so exits if there is an active venv. So, if the PlugInstall or PlugUpdate vim-plug commands were ran within a venv, doq would not install. I made a note of this in the README and fixed a grammar mistake.

@heavenshell heavenshell merged commit dfa8ee8 into heavenshell:master Apr 30, 2020
@heavenshell
Copy link
Owner

Wow Thank you so much!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants