I have been using pycharm-community for a while now on Ubuntu and even if I launch by sending the terminal output to the background
pycharm-community myfile.py &
The junk output generated by PyCharm still fills my terminal and I find this really annoying, is there any way to suppress this junk from PyCharm? And what is the reason why the developers of PyCharm built it this way? I mean to force the junk on users terminal even if they don't want to view it?