Slowly getting the hang of it.
| asterism brocchi in vulpecula veTEC571 on nt150s |
| reflection nebula ic5076 in cygnus veTEC571 on sv550 |
configuraciones entre palmeras
select
#!/bin/bash
PS3='Please enter your choice: '
options=("pypi" "main" "dev" "QUIT")
select opt in "${options[@]}"
do
case $opt in
"pypi")
echo "sasp-pypi"
/home/steve/runsasp
;;
"main")
echo "sasp-main"
/home/steve/runsasp-main
;;
"dev")
echo "sasp-dev"
/home/steve/runsasp-dev
;;
"QUIT")
break
;;
*) echo "invalid option $REPLY";;
esac
done
Quite an event. These days, this is all you need. Method for Kubuntu 25.10 but should be sufficiently generic for any modern distribution.
Big call out to Franklin and the Devs at setiastro.com
mkdir setiastrosuitepro
cd setiastrosuitepro
python3.12 -m venv venv
. venv/bin/activate
pip install --no-cache-dir setiastrosuitepro
cd venv/bin
python setiastrosuitepro.py