Skip to content

generate pipx.y besides pip-x.y#1729

Merged
gaborbernat merged 1 commit into
pypa:masterfrom
gaborbernat:1723
Mar 18, 2020
Merged

generate pipx.y besides pip-x.y#1729
gaborbernat merged 1 commit into
pypa:masterfrom
gaborbernat:1723

Conversation

@gaborbernat

@gaborbernat gaborbernat commented Mar 18, 2020

Copy link
Copy Markdown
Contributor

Resolves #1723

Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
@gaborbernat gaborbernat merged commit 59ea2ef into pypa:master Mar 18, 2020
@gaborbernat gaborbernat deleted the 1723 branch March 18, 2020 09:04
@@ -157,6 +157,8 @@ def _write_script(scriptnames, shebang, script, filenames, ext):
"{}{}".format(name, version_info.major),
"{}-{}.{}".format(name, version_info.major, version_info.minor),

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 are we generating "scriptname-X.Y" scripts?

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.

Because that's what distlib does, and the idea is that the virtualenv should shield you from calling os versions of these 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants