I'm started gitlab DevOps implementation. Everything is going fine. Just i am stuck with following error:
pip: command not found
I am started my gitlab pipeline. All stages succeed. Just except below script line where my operation is stucked:
script:
- pip install awscli
Error:
$ pip install awscli
bash: line 77: pip: command not found
ERROR: Job failed: exit status 1