1

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.

Kris Rott
  • 101
  • 2
  • 5

1 Answers1

0

After reading some other related issues, I found the documentation located at: Documentation

So what was needed was to reshim

asdf reshim python

That solved it!

Gianfranco P.
  • 10,049
  • 6
  • 51
  • 68
Kris Rott
  • 101
  • 2
  • 5