mirror of
https://github.com/initialcommit-com/git-sim.git
synced 2026-04-27 03:25:53 +03:00
[GH-ISSUE #37] git-sim is not recognized as an internal or external command #30
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/git-sim#30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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?
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.
@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"
@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!