[GH-ISSUE #37] git-sim is not recognized as an internal or external command #30

Closed
opened 2026-03-02 16:47:17 +03:00 by kerem · 3 comments
Owner

Originally created by @benswedlove on GitHub (Jan 27, 2023).
Original GitHub issue: https://github.com/initialcommit-com/git-sim/issues/37

Even after following installation directions and restart computer I cannot use git-sim.

Originally created by @benswedlove on GitHub (Jan 27, 2023). Original GitHub issue: https://github.com/initialcommit-com/git-sim/issues/37 Even after following installation directions and restart computer I cannot use git-sim.
kerem closed this issue 2026-03-02 16:47:17 +03:00
Author
Owner

@initialcommit-io commented on GitHub (Jan 27, 2023):

If you're on Windows 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
  3. 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!

If you're not on Windows, please let me know what OS you're on and exactly what steps you ran to install it.

<!-- gh-comment-id:1407071287 --> @initialcommit-io commented on GitHub (Jan 27, 2023): If you're on Windows 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 3) 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! If you're not on Windows, please let me know what OS you're on and exactly what steps you ran to install it.
Author
Owner

@benswedlove commented on GitHub (Jan 28, 2023):

Hi thanks!
Found it here:
C:\Users*user*\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\Scripts

I think this got installed using the VS code Python extension's python package instead of the regular one.
After installing Python 3.11 and making sure to install using PIP from the new install everything works!

These steps should help anyone in the future"

  1. Install Python to c:\Python311\
  2. Open cmd window
  3. run "cd C:\Python311\Scripts"
  4. run: ".\pip.exe install git-sim"
  5. cd to a folder that has a git repo, then run "git-sim status" or "C:\Python311\Scripts\git-sim.exe status"
<!-- gh-comment-id:1407505524 --> @benswedlove commented on GitHub (Jan 28, 2023): Hi thanks! Found it here: C:\Users\*user*\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\Scripts I think this got installed using the VS code Python extension's python package instead of the regular one. After installing Python 3.11 and making sure to install using PIP from the new install everything works! These steps should help anyone in the future" 1) Install Python to c:\Python311\ 2) Open cmd window 3) run "cd C:\Python311\Scripts\" 4) run: ".\pip.exe install git-sim" 5) cd to a folder that has a git repo, then run "git-sim status" or "C:\Python311\Scripts\git-sim.exe status"
Author
Owner

@initialcommit-io commented on GitHub (Jan 28, 2023):

Glad you got it working @benswedlove , and thanks for posting the steps that fixed it for you!

<!-- gh-comment-id:1407509994 --> @initialcommit-io commented on GitHub (Jan 28, 2023): Glad you got it working @benswedlove , and thanks for posting the steps that fixed it for you!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/git-sim#30
No description provided.