Skip to content

Conversation

@monchin
Copy link
Contributor

@monchin monchin commented Jun 6, 2025

Enable findpython to find pythons installed by uv

root = Path(root_str).expanduser() / "uv" / "python"
else:
root = Path(root_str).expanduser()
print(f"{root = }")
Copy link
Owner

Choose a reason for hiding this comment

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

please remove the debug print

Copy link
Contributor Author

Choose a reason for hiding this comment

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

For eliminating repeating codes, I think it's better to derive from RyeProvider and just override the classmethod create

Copy link
Owner

Choose a reason for hiding this comment

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

Yes, it will be better

@frostming frostming merged commit 195e191 into frostming:main Jun 6, 2025
19 checks passed
@monchin monchin deleted the #31 branch June 6, 2025 09:08
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.

2 participants