How to set path variable inside Spyder on Ubuntu?
问题 I am using a package that requires me to add the following line to my bashrc export PATH=${PATH}:~/cozmo/plataform-tools It works perfectly when I call python3 or ipython3 from the command line. However, when I start Spyder by double clicking a python file in Nautilus, it cannot find and execute a required file that is inside that folder. So, my question is How to make the spyder console to use the PATH set at my bashr? Or how to set the path inside spyder? I am aware of Why do the