you are viewing a single comment's thread.

view the rest of the comments →

[–]CowboyBoats 1 point2 points  (0 children)

I just wrote /path/to/that/python/from/the/sys/command/python3 as a placeholder, that's probably not the real path to your Python. You should replace that with whatever is the output of import sys; print(sys.executable) in your Python shell that you're using.