Skip to content
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

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

Merged
merged 1 commit into from
Mar 18, 2020
Merged

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

merged 1 commit into from
Mar 18, 2020

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
@@ -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
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