-
Notifications
You must be signed in to change notification settings - Fork 108
python_virtualenv doesn't install pip #57
Comments
Check if the pip module is present, the binary is both not used and unimportant. |
Is it your intention then that a README.md update at some point will indicate that "There will never be a |
This is standard usage for |
I can appreciate discussion of future change, but all of our developers without exception still expect 'pip' to exist, so I respectfully disagree with your opinion that "the binary is both not used and unimportant". |
Sorry, I meant specifically to the cookbook the binary is unimportant. It should be installed and visible normally modulo what provider you're using. |
python_virtualenv
withsystem_site_packages true
is not behaving likevirtualenv --system-site-packages
Contrast with:
The text was updated successfully, but these errors were encountered: