-
Notifications
You must be signed in to change notification settings - Fork 121
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
Windows install instructions do not provide python3.exe, only python.exe #517
Comments
Any thoughts @traversaro? |
This is a tough one unfortunately. This is not a conda-specific issue, but rather a generic problem of both the official Windows distribution of python and the conda-forge distribution, see:
TL;DR: No official python3.exe will be shipped anytime soon either in conda-forge or in the official Windows python binaries. Personally I typically use |
Outch. That's quite unfortunate.
I was thinking about something like that. The file could even be added to (which?) on of the gz repos so that users can just download it and place it in the bin folder. |
Probably the most root dependency that has python bindings, so gz-math? Ideally that could be disabled by a CMake option. |
Otherwise, we can just keep simple (and a bit ugly) and document that on Windows |
I'd be in favor of that. Solving this by other means than documentation seems to be out of scope for Gazebo. |
It seems to me the whole collection would profit from a document summarizing what do Windows users need to do differently to successfully follow the tutorials. There's more things than python:
At the beginning of every tutorial, there could be a link to this document. It could be something quite non-intrusive, like
I'm not sure whether Mac would also profit from something like that. The very ideal solution would be doc pages with multiple fragments for each code block, one for each OS that needs to do something differently. And very very ideally, the correct code block would be selected by platform detection. However, if the percentage of Windows users is small, the effort might not be worth it (it would slow down docs contributions from people who do not want to care about Windows). |
Environment
Description
python3
command. I should be able to follow such tutorials even on Windows.python
. When I callpython3
, it bubbles up to the Windows py.exe launcher which opens Windows Store.Steps to reproduce
python3
in console.Relevant info
There are a few ways to provide the
python3
command, but I don't know which one is the most suitable: https://superuser.com/a/1576801 .The text was updated successfully, but these errors were encountered: