I am trying to alias mytest='/usr/bin/python3.6'
.
And, it can work when I type mytest in terminal, I can use python3.6 manually.
However, when I tried to run in script, it would go out some import errors.
My script like this: mytest test.py $1 $2
Run on bash test.sh /home/data1 /home/data2
Command like this image