Problem on Installing Rasa X on other Folder

Version: Rasa X 0.37.1

Hi Im having a problem on installing rasa X on the other Folder since i already installed a existing rasa-x on the /etc/rasa folder

I have try this method

export RASA_HOME=/etc/rasa_2 curl -sSL -o install.sh https://storage.googleapis.com/rasa-x-releases/stable/install.sh sudo bash -E ./install.sh

but when i check the files inside the rasa_2 it only contains get-pip.py install.sh rasa_x_playbook.yml

it don’t have the docker_compose.yml and i cannot proceed to the next step which is run this command docker-compose up -d

Have you tried sudo -E bash ./install.sh? Note the flag -E is after sudo, not bash.

Yes i have tried that also it also have the same effect

Could you share your operation system? and your rasa and python version?