gpt-engineer icon indicating copy to clipboard operation
gpt-engineer copied to clipboard

Cannot run "gpte" on macOS 14.2.1 -- zsh: command not found: gpte

Open laphlaw opened this issue 4 months ago • 0 comments

I installed via: python3 -m pip install gpt-engineer (the default python is python2 on macOS, so I used python3)

neil@neils-MacBook-Pro ~ % pip3 show gpt-engineer|grep Location Location: /Users/neil/Library/Python/3.9/lib/python/site-packages

I verified my path includes the site-packages of python 3.9: export PATH=/Users/neil/Library/Python/3.9/lib/python/site-packages:$PATH

I restarted my terminal Still, every time I get "zsh: command not found: gpte"

laphlaw avatar Oct 03 '24 07:10 laphlaw