Run/Debug as root in PyCharm
By Eric
—
—
4 minute read
I'm working on a Python project that needs to run as root in order to work properly. Previously I've just run the whole PyCharm IDE as root, but this has some down-sides, and I think I have a better approach now.
The biggest hassle with running the IDE as root …