1

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

1 Answer 1

1

Sergey Karpov from JetBrains "You can't. It is possible to customize Starting script in File | Settings | Build, Execution, Deployment | Console | Python Console, but not possible to use another executable."

Link to his answer

But running vlgrun with pycharm does actually the trick for me.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.