I have Google Chrome downloaded on my laptop and I want to find where it is compared to a Windows path use it, basically for a text to speech project.
On Windows it is located here :
chrome_path = 'C:/Program Files (x86)/Google/Chrome/Application/chrome.exe %s'
How can I get the path on Linux? I tried:
(MoodBotEnv) mike@mike-thinks:~/Programing/Rasa/moodbot$ which chrome
(MoodBotEnv) mike@mike-thinks:~/Programing/Rasa/moodbot$ which google*
(MoodBotEnv) mike@mike-thinks:~/Programing/Rasa/moodbot$ where google*
No command 'where' found, did you mean:
Command 'gwhere' from package 'gwhere' (universe)
where: command not found
And the "Search your computer" top left button doesn't provide the path as well.
If you have installed the stable version of Google Chrome, run the following commands to find its location
or