puppet-python icon indicating copy to clipboard operation
puppet-python copied to clipboard

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

Open booo opened this issue 5 years ago • 0 comments
trafficstars

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.

booo avatar Mar 20 '20 13:03 booo