Skip to content

2: add virtualenv - #9

Merged
yosifkit merged 2 commits into
docker-library:masterfrom
proppy:virtualenv
Sep 15, 2014
Merged

2: add virtualenv#9
yosifkit merged 2 commits into
docker-library:masterfrom
proppy:virtualenv

Conversation

@proppy

@proppy proppy commented Sep 9, 2014

Copy link
Copy Markdown
Contributor

Tested with:

proppy@noir:~/python/2$ docker run -ti python:2 bash
root@6b01e15ce5d6:/usr/src/python# virtualenv

:3 already has pyvenv

Comment thread 2/Dockerfile Outdated

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not do virtualenv in a separate RUN line, and thus have something that's easy to copy/paste into 3/Dockerfile too? 😄

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh, nevermind, just noticed your comment on the description about pyvenv - but the separate RUN line question still applies. Do we gain anything from this being together like this?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not really, I will move it to a separate RUN line if you prefer.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I think it would improve future readability. :)

@proppy

proppy commented Sep 15, 2014

Copy link
Copy Markdown
Contributor Author

PTAL

Tested:

docker run  proppy/python virtualenv --version
1.11.6

@yosifkit

Copy link
Copy Markdown
Member

LGTM

yosifkit added a commit that referenced this pull request Sep 15, 2014
@yosifkit
yosifkit merged commit 310c3ca into docker-library:master Sep 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants