When I open a python console, pycharm executes the following in a terminal:
/Some/Path/python3.7 /Path/To/Some/Script/Like/pydevconsole.py --mode=client --port=34215
How can I edit this to get it to run with a program like vglrun, so that it looks like:
/opt/VirtualGL/bin/vglrun /Some/Path/python3.7 /Path/To/Some/Script/Like/pydevconsole.py --mode=client --port=34215