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

Generate pydoc executable after creating new virtualenv #230

Merged
merged 3 commits into from
Aug 23, 2017

Conversation

yyuu
Copy link
Collaborator

@yyuu yyuu commented Aug 22, 2017

virtualenv will generate pydoc as a shell alias, not as an executable. Because pyenv's relying on shim script, there should be some executable to work it properly.

(fixes #197, pyenv/pyenv#963)

@yyuu yyuu requested a review from blueyed August 22, 2017 23:02
Copy link
Collaborator

@blueyed blueyed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A test for this would be nice to have.

@yyuu yyuu merged commit c2ba495 into master Aug 23, 2017
@yyuu yyuu deleted the gen-pydoc-executable branch August 23, 2017 11:18
@yyuu yyuu mentioned this pull request Aug 23, 2017
# 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.

Pydoc should be included in $VIRTUAL_ENV/bin
2 participants