compute:asdf
ASDF
Simple, run git init, clone, update your environment setting, add pyhton plugin
git init
git clone https://github.com/asdf-vm/asdf.git ~/.asdf –branch v0.14.1
echo “. $HOME/.asdf/asdf.sh” » ~/.bashrc
source .bashrc
asdf plugin-add python
Now just choose what version of python you need (but more than one can be installed)
For example asdf install python 3.9.20
compute/asdf.txt · Last modified: 2024/12/09 09:55 by bjorns