When you pip install dispy, it sets up the helper scripts (dispynode.py, etc) with shebangs pointing to the Python interpreter. If the pathname of the install contains a space, then the shebang can fail.
Usual Unix practice is to shebang to /usr/bin/env python3.8
When you
pip installdispy, it sets up the helper scripts (dispynode.py, etc) with shebangs pointing to the Python interpreter. If the pathname of the install contains a space, then the shebang can fail.Usual Unix practice is to shebang to
/usr/bin/env python3.8