Skip to content

"python3" command #1567

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

Closed
t1m013y opened this issue Apr 25, 2025 · 4 comments
Closed

"python3" command #1567

t1m013y opened this issue Apr 25, 2025 · 4 comments

Comments

@t1m013y
Copy link

t1m013y commented Apr 25, 2025

I am making a script that need to be compatible both with Windows (with WinPython) and Linux. In Linux python command is python3. Can I just copy python.exe to python3.exe and will it work normally?

@stonebig
Copy link
Contributor

it shall

@stonebig
Copy link
Contributor

I mean, it won't work differently than calling python.exe

@stonebig
Copy link
Contributor

the code to handle something else then "python.exe" in Winpython itself, like "pypy3.exe", is perhaps a little broken, but I presume that's not your use case.

@t1m013y
Copy link
Author

t1m013y commented Apr 26, 2025

the code to handle something else then "python.exe" in Winpython itself, like "pypy3.exe", is perhaps a little broken, but I presume that's not your use case.

Currently I need only python3 and pip3 commands.

Thanks for your answers.

@t1m013y t1m013y closed this as completed May 4, 2025
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

No branches or pull requests

2 participants