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

Switch to "python3 -m" to install pip #277

Merged
merged 2 commits into from
Nov 22, 2023
Merged

Switch to "python3 -m" to install pip #277

merged 2 commits into from
Nov 22, 2023

Conversation

anenadic
Copy link
Collaborator

Switch to "python3 -m" to install pip instead of "pip3 install".

Fixes #276.

Copy link
Collaborator

@douglowe douglowe left a comment

Choose a reason for hiding this comment

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

Changes look sensible to me.

> which Python module will be invoked (the one that came with your environment's Python interpreter vs.
> some other version you may have on your system). This makes it a more reliable way to set things
> up correctly and avoid issues that could prove difficult to trace and debug.
> as the name of a module and not as a single, executable program with the same name.
Copy link
Collaborator

Choose a reason for hiding this comment

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

I've tried editing these new lines to match the source code layout Toby was working on (e.g. new sentences aren't started in the middle of lines, etc).

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Will try to follow that in the future.

@anenadic anenadic merged commit 0ec8270 into gh-pages Nov 22, 2023
2 checks passed
@anenadic anenadic deleted the issue-276 branch November 22, 2023 09:52
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.

Switch to using "python3 -m pip install"
2 participants