Skip to content

Commit 6202726

Browse files
authored
Merge pull request #287 from srobo/webots-python
Add notes about where python is
2 parents 47bb895 + 9d3797b commit 6202726

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

simulator/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ You'll need to ensure a matching version of Python is installed. If you're still
3939
having problems, ask for help in [`#simulator-help`][simulator-help] in
4040
[Discord][discord].
4141

42+
On Windows your Python path is likely `C:\Users\<USERNAME>\AppData\Local\Programs\Python\Python39\python.exe` where `<USERNAME>` is your login.
43+
On Mac your Python path is likely `/Library/Frameworks/Python.framework/Versions/3.9/bin/python3` when using Python 3.9.
44+
45+
Currently the simulator does not work properly on Apple M1 Macs.
46+
4247
### Updates
4348

4449
Occasionally, we may release an update to the simulation. To update, you will need to delete the `competition-simulator-<version>` directory, and re-download it using the above link.

0 commit comments

Comments
 (0)