Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pipenv issus #69

Open
HowieHai opened this issue Aug 5, 2019 · 1 comment
Open

pipenv issus #69

HowieHai opened this issue Aug 5, 2019 · 1 comment
Assignees
Labels
New-Feature New feature or request

Comments

@HowieHai
Copy link
Collaborator

HowieHai commented Aug 5, 2019

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.

@ShepherdMOZ
Copy link
Collaborator

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.

@ShepherdMOZ ShepherdMOZ self-assigned this Aug 14, 2019
@ShepherdMOZ ShepherdMOZ added the bug Something isn't working label Aug 14, 2019
@ShepherdMOZ ShepherdMOZ added New-Feature New feature or request good first issue Good for newcomers and removed bug Something isn't working good first issue Good for newcomers labels Aug 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New-Feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants