django-coveragepy-github-action icon indicating copy to clipboard operation
django-coveragepy-github-action copied to clipboard

how to install pip3 -r requirements.txt in a bash file

Open MJ-One opened this issue 3 years ago • 0 comments

sudo pip3 install virtualenv cd /home/ec2-user/app virtualenv environment source environment/bin/activate sudo pip3 freeze > requirements.txt sudo pip3 install -r requirements.txt

this is the code i have written in a bash file and i get the error like no file names requirements.txt found. What should i do?

MJ-One avatar Mar 24 '22 09:03 MJ-One