Is bash file only can run from the home directory? no problem for a bash to run form home but it has issue when run from /home/user/abc
python: can't open file 'ya_panda_nasdaq.py': [Errno 2] No such file or directory
Also, the same problem found when I a bash from home directory which in the script I call another bash file from /home/user/abc/run.sh as [Errno 2] No such file or directory shown