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

--no-cache-dir option for requirements.txt #538

Open
booo opened this issue Mar 20, 2020 · 0 comments
Open

--no-cache-dir option for requirements.txt #538

booo opened this issue Mar 20, 2020 · 0 comments

Comments

@booo
Copy link

booo commented Mar 20, 2020

I'm trying to install packages with pip from a requirements.txt file and I can't install the packages in the virtualenv because pip wants to create a cache in the local home of the user that executes the pip command. The user does not have a home dir and I don't want to create one. Is there a working option to add --no-cache-dir to the pip command? I tried pip_args and pip_extra_args and both did not work :/

Thanks for your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant