-
Notifications
You must be signed in to change notification settings - Fork 185
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
Question: is it supported to use requirements files w/ dh_virtualenv --preinstall #292
Comments
I basically do this fyi:
|
Works in other software like tox, and should be documented with the option. NOT using a space after |
I'm all in for supporting this behaviour. Should probably be documented with the |
Awesome! Since it uses pip, doing |
I think that can still be quite confusing, especially as the leading white
space is easy to miss (took me a moment to notice it even in this ticket).
In addition adding this into the documentation somewhat prevents
accidentally removing support for such quirk use in future
On Thu, 23 Jan 2020 at 08:56, Ben Bariteau ***@***.***> wrote:
Awesome! Since it uses pip, doing --preinstall='-r
requirements-bootstrap.txt' fails with an error about no file named "
requirements-bootstrap.txt" lol, so documenting might not be necessary.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#292?email_source=notifications&email_token=AAAPRSHKXDD5ELHLFFGPIGDQ7E5Q7A5CNFSM4KJ4TLBKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJWG7GI#issuecomment-577531801>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAPRSD7IHBFWPUDYRA7DOLQ7E5Q7ANCNFSM4KJ4TLBA>
.
--
- Jyrki
|
BTW, I always use |
It turns out that this workflow is useful to me and I noticed that it works, since this just gets passed to pip. However, I don't know if this is an interface that I can rely on.
The text was updated successfully, but these errors were encountered: