i want to install in other than /etc/rasa because I already have another files in /etc/rasa to avoid clash I need help from you guys.
You can read more about this here (under βNoteβ):
Basically, you have to change the RASA_HOME variable:
export RASA_HOME=~/your/directory/of/choice
sudo -E bash ./install.sh # -E will preserve the environment variable you set
However, if you have more than one bot, I would suggest using docker containers (where you can have /etc/rasa inside each one, alongside the model, training data, and configs).
But it is not working
It would be really great if you could be more specific with that is (not) working.