impot sys "warning"
已回答
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?
请先登录再写评论。
You could go to `Run| Edit configurations...| <Your run configuration>` and disable "Show command line afterwards" option.