Closed danielrheinbay closed 3 years ago
Sure but how do you get the same behavior as before now? I think that needs to go into the README as well
The equivalent of --install-option="--install-scripts=/usr/bin"
would be --prefix=/usr/bin
. However, this was not needed on my machine; just executing sudo pip3 install nextcloud_news_updater
resulted in nextcloud_news_updater to be installed to /usr/bin by default.
How do we proceed? Shall we add --prefix=/usr/bin
just to be on the safe side?
If it works the same, then it's fine :) thanks for the PR
Remove pip options from README which are no longer supported, see https://github.com/pypa/pip/issues/7309