I tried to create a virtual environment for python installed from asdf:
It gave me this error:
virtualenv whatsapp-bot ─╯
No preset version installed for command virtualenv
Please install a version by running one of the following:
asdf install python 3.10.7
or add one of the following versions in your config file at
python 3.10.4
python 3.9.12
I have tried to search for the issue with no solution.