Skip to content

Conversation

@gaborbernat
Copy link
Contributor

@gaborbernat gaborbernat commented Mar 18, 2020

Resolves #1723

@gaborbernat gaborbernat merged commit 59ea2ef into pypa:master Mar 18, 2020
@gaborbernat gaborbernat deleted the 1723 branch March 18, 2020 09:04
scriptnames = { # add our variants '', 'X', '-X.Y'
name,
"{}{}".format(name, version_info.major),
"{}-{}.{}".format(name, version_info.major, version_info.minor),
Copy link
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
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pipx.y missing, instead pip-x.y present

2 participants