You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I 'cd' to the target folder, I used the command below:
" pipenv install -r ../requirements.txt --python=x.x.x ",
but there is an issue which is <can't find the "requirements.txt">
thus, I update the command, "pipenv install -r requirements.txt --python=x.x.x ", which works for me.
The text was updated successfully, but these errors were encountered:
This problem is due to the python path configuration differences between Docker build and VSCode, and will be resolved after the project folder structure is reconfigured.
When I 'cd' to the target folder, I used the command below:
" pipenv install -r ../requirements.txt --python=x.x.x ",
but there is an issue which is <can't find the "requirements.txt">
thus, I update the command, "pipenv install -r requirements.txt --python=x.x.x ", which works for me.
The text was updated successfully, but these errors were encountered: