Skip to content

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

Merged
anenadic merged 2 commits intogh-pagesfrom
issue-276
Nov 22, 2023
Merged

Switch to "python3 -m" to install pip#277
anenadic merged 2 commits intogh-pagesfrom
issue-276

Conversation

@anenadic
Copy link
Copy Markdown
Collaborator

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

Fixes #276.

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
@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