Python project can't use pip install -r package.txt
prefect12
TRIALOP

2 years ago

Python project can't use pip install -r package.txt
and it shows.
/bin/bash: line 1: pip: command not found
/bin/bash: line 1: pip: command not found

my command it
pip install --upgrade pip && pip install -r package.txt && python main.py

View Deploy

1 Replies

brody
EMPLOYEE

2 years ago

Is this done in a Dockerfile?


Loading...