I have different conda enviroments for different programs that need to be running at the same time (as part of a complex system). So everytime I'm working on this project I have to manually open about six anaconda terminals and copy/paste the commands in each terminal.
I'm looking for a solution where I can write code to open the terminal and execute the instructions. This way I can run this single code to have all of them running.
I saw some people using python to run shell commands but not for Anaconda Prompt.
If you have any idea of what I can use for that, it would be great.