Skip to content
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

Fix:1212 Util.py/load_virtualenv picks incorrect python version if py_ver=None #1213

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

venkats278
Copy link

If py_ver is None, load_virtualenv picks only major and minor values and misses out on micro. It errors out determine_sitedir() for a non-existent dir. Fix should certainly solve that.

…cks only major and minor values and misses out on micro. It errors out determine_sitedir() for a non-existent dir. Fix should certainly solve that.
@biozz
Copy link
Contributor

biozz commented Oct 20, 2023

This one looks good to me. I hope this change is backwards compatible with all the existing installations of the package.

Can you please fix the formatting of the commit message? You have \n characters instead of newlines.

…im py_ver in case user supplies complete version
@venkats278
Copy link
Author

This one looks good to me. I hope this change is backwards compatible with all the existing installations of the package.

Can you please fix the formatting of the commit message? You have \n characters instead of newlines.

Hi Ivan,
Seems like the issue is with Circus 0.17.0 and the proposed change is not required.
Rather, I found a minor issue in managing the user supplied python version and my new fix should resolve that.

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.

3 participants