-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Install pip by default? #1
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
Comments
For $ docker run --rm python:3 pip --version
pip 1.5.6 from /usr/local/lib/python3.4/site-packages (python 3.4) Do you mean we should include it in the |
right, I am using python:2 No big deal though, I just added the following in my dockerfile:
|
I think the thing we need to be cognitive of is whether this is something all users of this image would likely want, and I think the answer to that here is probably a resounding "yes", because let's be honest, Python without Pip is pretty irritating. :) |
I'll send a PR to fix this shortly. |
awesome |
Adjust whitespace for better symmetry between Dockerfiles and cut image size in half by keeping fetch and compile in the same layer so the Python source goes away properly
Would it make sense to include pip by default?
The text was updated successfully, but these errors were encountered: