Skip to content

Conversation

jaap3
Copy link
Contributor

@jaap3 jaap3 commented Oct 27, 2018

I was writing this as a response to your tweet, but decided I might just make it a pull request.

I feel like it might be confusing to those unfamiliar with Python's -m flag and the built-in venv module to omit the space between the flag and its argument. By adding a space and prefixing the second occurrence of venv with a ./ it's maybe a bit clearer what the arguments are and what they do.

By also using python3 -m pip it becomes even clearer that -m is a special flag that makes the python executable do neat things.

@simonw simonw merged commit f853d55 into simonw:master May 3, 2019
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.

2 participants