kharvd / gpt-cli

Command-line interface for ChatGPT, Claude and Bard
MIT License
599 stars 78 forks source link

CLI Conflict with /usr/sbin/gpt #58

Open jaredbarranco opened 1 year ago

jaredbarranco commented 1 year ago

I followed install instructions - installed via pip and tried to run samples from Readme. None of the command worked. Finally ran a man gpt and saw that MacOS came prepackaged with gpt – GUID partition table maintenance utility.

The default install should probably have a "mostly" globally unique command, rather than one that comes prepackaged with one of the most popular operating systems.

Alternatively, provide the instructions for creating a command alias

atesahmet0 commented 11 months ago

I'm having the same issue. Any fix would be nice.

atesahmet0 commented 11 months ago

I just fixed this problem. You can refer to #60

MarlieChiller commented 7 months ago

I've run into this too and it took me a while to figure out what was going on after a system update suddenly broke this tool

@kharvd any updates on this?