my OS is ubuntu version 22. I have created a virtual environment in the terminal and pip install rasa. It was installed, however rasa was not found when I initialized rasa. you may find the comment below while I entered rasa init:
“rasa: command not found”
while I further trouble shoot the issue, I found that my python version is 3.10 even after install python3.8. How do I change to python3.8 in the virtual environment?
Is there a command where I can use the following:
pip install rasa-python3.8