impot sys "warning"
Answered
Every-time a run any file this message shows up in the console before the code.
import sys; print('Python %s on %s' % (sys.version, sys.platform))
sys.path.extend(['C:\\Users\\alexd\\PycharmProjects\\Data_Science', 'C:/Users/alexd/PycharmProjects/Data_Science'])
PyDev console: starting.
Is there a way I can get rid of this annoyance?
Please sign in to leave a comment.
You could go to `Run| Edit configurations...| <Your run configuration>` and disable "Show command line afterwards" option.