Getting Gitbash to see Python - Windows 10

Hi. I’ve got the Daisy Toolchain installed on my system. I need python to run pd2dsy for my Daisy Seed. I installed python before installing the Daisy Toolchain & Gitbash does not see Python. I’ve gone through the steps editing the path - in the system environment variables but no luck so far.

Strangely - when in the pd2dsy folder gitbash responds to python --version with the correct version number (3.11) but when i type a python 3 command i get Python was not found.

image

any help would be greatly appreciated.

You should be able to run the command with just python in this case.
i.e. python pd2dsy.py -c blink.json blink.pd
Let me know if that works!

1 Like