OpenCyphal / pycyphal

Python implementation of the Cyphal protocol stack.
https://pycyphal.readthedocs.io/
MIT License
119 stars 106 forks source link

CLI: append the current working directory to PYTHONPATH automatically #118

Closed pavel-kirienko closed 3 years ago

pavel-kirienko commented 4 years ago

It is a common use case when the user generates DSDL packages in the current directory and then runs the CLI tool in it. Currently, the user is required to do something like export PYTHONPATH=.; it is cheap to automate that away.