No output when using remote interpreter Follow
I've connected to a remote interpreter which is running Linux (I'm on windows, PyCharm 2.7).
I've also set-up automatic deployment and everything seems to work fine on that end.
However, when I run code (e.g. print "hello world!"), I see nothing appearing on Pycharm's output pane besides the following lines:
Is there a reason "Hello World!" isn't printed?
It seems everything else is working fine - am I missing some configuration?
Thanks for your help.
I've also set-up automatic deployment and everything seems to work fine on that end.
However, when I run code (e.g. print "hello world!"), I see nothing appearing on Pycharm's output pane besides the following lines:
ssh://my_user@my_system:22/usr/bin/python -u /home/my_user/test.py Process finished with exit code 0
Is there a reason "Hello World!" isn't printed?
It seems everything else is working fine - am I missing some configuration?
Thanks for your help.
Please sign in to leave a comment.
edit: http://youtrack.jetbrains.com/issue/PY-8918