mirror of
https://github.com/initialcommit-com/git-sim.git
synced 2026-04-27 03:25:53 +03:00
[GH-ISSUE #102] git-sim not recognized as command in M1 Apple #62
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/git-sim#62
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 @IsTheMartin on GitHub (Dec 29, 2023).
Original GitHub issue: https://github.com/initialcommit-com/git-sim/issues/102
Hey all 🖖
I installed this git-sim in my m1 apple silicon by follwing this guide, however when I tried to execute
git-simin my terminal, that command does not existcommand not found: git-simshould I add it manually in
.zprofile? or do I need to do something else?Also, I read this other issue, but it is focused to windows os
Thanks in advance
@initialcommit-io commented on GitHub (Dec 30, 2023):
Hi @IsTheMartin !
Ahh, it might be related to using the Mac system python. If you look at the github Git-Sim page, specifically the "Quickstart" section (https://github.com/initialcommit-com/git-sim?tab=readme-ov-file#quickstart), you'll see it mentions a note for MacOS users:
Please give this a try if you were previously trying to use the Mac system python to install and use Git-Sim. (I'd recommend uninstalling git-sim from the system python / pip in the process).
Let me know if that works for you!
@initialcommit-io commented on GitHub (Jan 2, 2024):
Hey there and happy new year.
Were you able to get this working?
@IsTheMartin commented on GitHub (Jan 2, 2024):
Hey @initialcommit-io thank you, happy new year!
Yes, I was able to fix it by uninstalling python and installing again (by brew).
Thank you for your help 🚀