-
Notifications
You must be signed in to change notification settings - Fork 26
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
suggestion : replace virtualenv with python3 -m venv #48
Comments
I have one additional required dependancy unfortunately on client : Still, only 'regular' python tools. So, wondering. |
I'm happy to consider a PR for this change. |
So far it works but before submitting a PR I have optimizations to consider. To be honest, I'm facing a weird pythonic situation, maybe you could help, at least help understand.
The package provides this :
But, I don't know how to make use of this in a created venv. When I try to build the vend with Is this 'normal' ? With python-dev installed, everything ends up ok, with this in the venv
|
answering to self - partly looks like What would you think of this ? |
EDIT. and then activate venv, and ALL this to prevent python-dev 30 Mo package, SO : I have my own answer, it's a very bad idea :) I'll go with python3-dev dep. PR will come as soon as tested |
PR #49 open, tested on debian and mint, needs at least Arch testing first. |
Tested with Arch, works fine. Indeed, all 'dev' things are included in python package so there's no additional requirement. |
Hi,
I'll do this in my local installation, and I think it would be a minor yet interesting change.
It would required one less '3rd party' dependency, or, to be fair : a dependency native to python 3.3+ and most of the time included with python when distributed. (and there are far less transitive dependencies than with virtualenv package)
Arch includes it in python3 package, debian-like have a
python3-venv
package.Posting this here in case you think of a reason why not to proceed that I could have missed.
The text was updated successfully, but these errors were encountered: