Skip to content
New issue

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

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

Already on GitHub? # to your account

Add README note regarding vim-plug and venv #95

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!!

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

Successfully merging this pull request may close these issues.

2 participants