I have anaconda, using pycharm pro, when I try to run a "hello, world" to to test my notebook I get the error:
Cannot run program "/home/tyrin/anaconda3/envs/JupyterTest/bin/jupyter" (in directory "/home/tyrin/PycharmProjects/JupyterTest"): error=2, No such file or directory
Does anyone had this problem and solved it?
Code:print("Hello, world")