AuScope / seed-vault

Other
2 stars 0 forks source link

"setup.sh" script can use 'python3-venv' instead of 'python3.XX-venv' to install 'venv' #128

Closed vjf closed 1 week ago

vjf commented 1 week ago

My bad, I should have realised that "setup.sh" script can use 'python3-venv' instead of 'python3.XX-venv' to install 'venv' globally. The script won't need to ask Python its version, sad 'cos I like its neat shell scripting.

bmotevalli commented 1 week ago

Vince, since the shell script already extracts the Version, I thought to make use of it and add a condition to check the installed python is >=3.10 to be consistent with our poetry setup. I also have added equivalents for WinOS. I tested it and works fine, hence, I'll be closing this for now.