I corrected the path and then run the file again with a:./pyferret-activate.sh
#!/bin/shCONDABASE=/usr/local/miniconda. $CONDABASE/bin/activate FERRET# export FER_GO="$FER_GO $HOME/lib/ferret" # <- Your customizations if necessaryexec $CONDABASE/bin/pyferret "$@"