Behave - command not found in Mac OS

When trying to run behave in the Mac terminal, a command not found error is raised, even tho I've installed behave using pip3:

user_name features % pip3 install -U behave
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: behave in /Users/gamunteanu/Library/Python/3.9/lib/python/site-packages (1.2.6)
Requirement already satisfied: six>=1.11 in /Users/gamunteanu/Library/Python/3.9/lib/python/site-packages (from behave) (1.16.0)
Requirement already satisfied: parse-type>=0.4.2 in /Users/gamunteanu/Library/Python/3.9/lib/python/site-packages (from behave) (0.5.2)
Requirement already satisfied: parse>=1.8.2 in /Users/gamunteanu/Library/Python/3.9/lib/python/site-packages (from behave) (1.19.0)

Any ideas? Can't seem to figure it out

3 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like