I have the following script.
python3_path = $(which python3)
echo "Python 3 path: "
echo $python3_path
and I'm getting the following error:
./seed.sh: line 123: python3_path: command not found
Python 3 path:
I'm not sure why python3_path is empty here.