pysimCoder icon indicating copy to clipboard operation
pysimCoder copied to clipboard

Cannot launch apps in BlockEditor directly because exporting PYTHONPATH is required

Open zdebanos opened this issue 11 months ago • 0 comments

Works fine for the GUI with pysim-run.sh as this script extracts the new PYTHONPATH. However, I can't launch any other apps directly using $PYSUPSICTRL/BlockEditor/app.

The solution is to export PYTHONPATH by yourself, but I propose a more general script pysim-run.sh whose first argument shall the name of the application to be launched. This way I could launch qtgScope (for example) without putting PYTHONPATH in .bashrc (.zshrc).

zdebanos avatar Jan 23 '25 19:01 zdebanos