initialcommit-com / git-sim

Visually simulate Git operations in your own repos with a single terminal command.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error to execute git-sim command (windows 11)

Faridleo1998 opened this issue · comments

image

I have all installed dependencies:
image
image

I execute pip3 install git-sim command and show me this (end lines):
image

I'm not exactly sure why yet, but sometimes when installing on Windows the path to the git-sim executable does not get set during installation.

For now, the solution is to run a search for the executable git-sim.exe and add it to your PATH environment variable. Then close out of your command prompt and open a new one.

Please give that a try and let me know if it works for you.

Can you try this and see if you can find the path to the git-sim.exe file?

  1. Open command prompt as administrator
  2. Run: dir "\git-sim.exe" /s

That should give you the path to the executable which you can then add to your PATH environment variable.

Let me know if it works!

Sorry, I installed git-sim with powershell and it is not create the git-sim.exe. After, I executed the same command but command prompt and works! Thank you for you help :D

No worries, glad you got it working! Please let me know if you have any suggestions or run into issues using the tool!