Activating an old environment

Hi everyone, I started with Rasa some days ago and I activated an environment where I trained a demo Rasa-bot following your tutorials.

Is there a way how I can reactivate that certain environment through f.e. the files that have been created? Or is it not even necessary to do so. Shall I rather create a new environment where I train the bot again, if I want to continue working on the bot?

Thanks and best <3

@Solaris yes, you can activate the old environment if you have created on Anaconda while using the below command.

[base] path: conda activate [your environment name]

You need to go to the project folder and just train bot and run rasa shell --debug

Note: Above command will be used for Window only. Note: If you forgot the environment created check the environment folder in Anaconda under env

Or if you need to create a new environment, you need to install rasa or if you need to install rasa x you can follow these steps from my suggested thread :

@nik202 Thanks Rasa Hero :slight_smile:

@Solaris Happy to help you :slight_smile: and good luck with your project.