Closed TechStudent10 closed 1 year ago
As a workaround, I am just going to have to run Geode from that one specific folder(s).
The path has to point to the directory with geode.exe
, not the exe itself (i.e. change it to C:\Users\moham\geode
). I'll make this clearer in the docs
Ah I feel so dumb for forgetting it. Thanks.
@HJfod maybe you should also update the steps for installing the Geode CLI and SDK. You first need to run geode sdk install
then set the GEODE_SDK environment variable if the command didn't do so already. Then you can run geode config setup
without and errors. Then geode sdk install-binaries
and done.
I don't know why this is happening.
I was following the instructions here. I got the executable, added it to it's own separate folder, then added it to the PATH environment variable for my user account.
When I go ahead and try running
geode
orgeode config setup
, I get this:I found this weird. I looked back in my environment variables and there they were. I am sure I copied the path correctly.
I used the commands
echo %path%
and justPATH
in all uppercases to see if it had even applied.At the end, the path to Geode is visible. Even after using the
refreshenv
command built into (I think) Chocolatey, rebooting my computer, using different versions of Windows Terminal (Normal and Preview) and using plaincmd.exe
altogether, I still cannot get Geode to run.