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

feat: have %USERNAME% be usable for python path #352

Merged
merged 1 commit into from
May 30, 2024

Conversation

raffy8361
Copy link

This commit updates python path to be more flexible by replacing instances of %USERNAME% with the actual user of the PC.
Instead of typing C:/Users/user/AppData/Local/Programs/Python/Python311/python.exe, one could use C:/Users/%USERNAME%/AppData/Local/Programs/Python/Python311/python.exe.

Useful for those who use multiple devices (that do not have the same name for whatever reason) synced through OneDrive or something similar.

@twibiral
Copy link
Owner

That's a cool idea, thank you!

Maybe it would be interesting to implement this for more languages => #355

@twibiral twibiral changed the base branch from master to develop May 30, 2024 22:36
@twibiral twibiral merged commit 43f93b1 into twibiral:develop May 30, 2024
@twibiral
Copy link
Owner

Published in release version 1.12.0

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