pyinvoke / invoke

Pythonic task management & command execution.
http://pyinvoke.org
BSD 2-Clause "Simplified" License
4.42k stars 370 forks source link

Invoke command not found in M3 environment #1003

Closed yenyee912 closed 2 months ago

yenyee912 commented 3 months ago

Hi I got the issue of command not found: invoke, but I indeed installing invoke instead of pyinvoke, when I reinstall again, I got this message:

Requirement already satisfied: invoke in /Users/xxx/Library/Python/3.9/lib/python/site-packages (2.2.0)

Anyone have a clue please? P/s: This command works well on Intel Mac, I just migrated from my old env.

NotizMe commented 3 months ago

Some extra information would be nice. See: https://www.contribution-guide.org/#what-to-put-in-your-bug-report

Some remarks that come to mind:

yenyee912 commented 2 months ago

Hi, I have solved the issue, it was the Python3 path somehow unaccessible by the env as M3 always need chmod, thanks!