Finding the home file

How do I find out where Mycroft was downloaded to (the directory with all start program etc’)?
Thank You

How did you install mycroft?

I did it through git but that doesn’t matter.
I need this for my skill so I need to find it anywhere in the computer.
Thank you

Command to find files, for example;

find / -name start-mycroft.sh

1 Like

Is this a Python command or a bash command?
Thank You

bash command. Just type at the CLI and it will search the file “start-mycroft.sh” from the root of the disk.