Nike-Inc / gimme-aws-creds

A CLI that utilizes Okta IdP via SAML to acquire temporary AWS credentials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pip3 install, command not found

MSBlueVn opened this issue · comments

Expected Behavior

pip3 install then the command will be available on bash.

Current Behavior

Installed via pip3 on macOS 13.3.1, and I got command not found on bash.

Steps to Reproduce (for bugs)

  1. Install via pip3 install
  2. Try to run the command gimme-aws-creds
    this results in command not found

Context

I am trying to migrate the from AWS CLI to the OKTA usage. I don't want to install it via Homebrew since it's just a pip install anyway.

Your Environment

  • App Version used:
  • Environment name and version:
  • Operating System and version: Macos 13.3.1

I used python3 setup.py install from cloning the repo, and that works.

Closing this - since installing it manually works, this must be a pip configuration problem