We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now if we (re)run the command below,
pickle install apcu
It starts downloading and installing the apcu ext right away without checking if it is already there.
apcu
While it is upto user to know which exts are already there and not try to install them over again, it maybe useful for pickle to do this in itself.
Alternatively, there may be --reinstall flag which will work as current behavior.
--reinstall
The text was updated successfully, but these errors were encountered:
--reinstall could be an option however it won't work if the php used by pickle is the one using the extension being installed (locked)
Sorry, something went wrong.
No branches or pull requests
Right now if we (re)run the command below,
It starts downloading and installing the
apcu
ext right away without checking if it is already there.While it is upto user to know which exts are already there and not try to install them over again, it maybe useful for pickle to do this in itself.
Alternatively, there may be
--reinstall
flag which will work as current behavior.The text was updated successfully, but these errors were encountered: