I’m trying to follow instructions to download openapi-python-client however when I try to run the openapi-python-client command, it’s saying: zsh: command not found: openapi-python-client
. Running pip show openapi-python-client
shows that it exists in /Users/xxuserxx/Library/Python/3.9/lib/python/site-packages
so I’m wondering if there was some PATH variable I need to update.