Greet,
Decided to break into Crow. Running Windows 10. Followed the instructions listed here. Cannot run druid from terminal. Receive this error:
druid : The term ‘druid’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ druid
+ ~~~~~
+ CategoryInfo : ObjectNotFound: (druid:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
BUT when I navigate to the Python file folder, and open up druid, it totally runs + recognizes crow and all. Figured everything was groovy UNTIL I tried using Bowery and it mentions running druid from the terminal while in the bowery folder as the way to upload scripts. I’ve tried opening it from both powershell (which gives the above error) and the command prompt, which says the same thing in less words:
‘druid’ is not recognized as an internal or external command,
operable program or batch file.
I attempted applying the ‘environmental variables’ fix using the path for the druid script in the python directory, and it didn’t fix things.
so… where to from here, friends?
<3