Bug virtualenv instead of virtualenv-$version#261
Conversation
Bug virtualenv instead of virtualenv-$version
|
@shivapoudel @ghoneycutt I'm a bit unhappy with this change. Obviously it was an issue for @Asher256 but the The previous implementation was correct for my (any probably other's) use case where the executable name is indeed Would you consider reverting this patch in favor of not breaking the existing functionality for others? Otherwise please consider this a breaking change in your next release. Thanks! |
|
An alternative solution dansajner would be to add an argument the users can use to specify the virtualenv executable name (or path). |
Hello,
Thank you for your useful Puppet module!
This pull request solves an error caused by the class "python::virtualenv", when the parameter "version" is changed (if you put something else than "system" in the parameter "version", "virtualenv-$version" is used instead of "virtualenv").
The error:
My operating system: Ubuntu Wily
My Puppet code:
Best regards,
Asher256