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

Microsoft Store version Python supported #827

Closed
tcztzy opened this issue Mar 3, 2022 · 2 comments
Closed

Microsoft Store version Python supported #827

tcztzy opened this issue Mar 3, 2022 · 2 comments
Labels
duplicate This issue or pull request already exists enhancement New feature or request

Comments

@tcztzy
Copy link

tcztzy commented Mar 3, 2022

Microsoft Store version Python provides python.exe, idle.exe and pip.exe, but no py.exe launcher. If a user (like me) only installed this package, without the traditional one, will got error because the hard code way to find Python interpreter.

let output = Command::new("py")

I prefer it to be a feature request instead of bug report, hope you will help people like me.

@tcztzy tcztzy added the enhancement New feature or request label Mar 3, 2022
@messense
Copy link
Member

messense commented Mar 3, 2022

Duplicate of #788

@messense messense marked this as a duplicate of #788 Mar 3, 2022
@messense messense closed this as completed Mar 3, 2022
@messense messense added the duplicate This issue or pull request already exists label Mar 3, 2022
@messense
Copy link
Member

messense commented Mar 3, 2022

For now you should be work around it by supplying -i python arguments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants