Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Does not create pip bucket if pip is explicitly enabled but pip isn't yet installed. #179

Closed
SteveAyre opened this issue Aug 2, 2016 · 1 comment
Labels

Comments

@SteveAyre
Copy link

The pip support checks whether pip is installed (runs 'which pip'), and does not create the pip bucket if pip is not yet found. However this means that when using a bootstrap script that installs pip and then installs a requirements file then those pip requirements will never use the cache. As a workaround pip has to be installed in a separate bootstrap script first.

This might make some sense in the 'autodetect' mode, but if the pip bucket is explicitly enabled (config.cache.enable :pip) it might make more sense to avoid the 'which pip' test and always create the bucket.

@fgrehm fgrehm added the ignored label Nov 22, 2022
@fgrehm
Copy link
Owner

fgrehm commented Nov 22, 2022

Hey, sorry for the silence here but this project is looking for maintainers 😅

As per #193, I've added the ignored label and will close this issue. Thanks for the interest in the project and LMK if you want to step up and take ownership of this project on that other issue 👋

@fgrehm fgrehm closed this as completed Nov 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants