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

Typos #3160

Merged
merged 1 commit into from
Oct 11, 2023
Merged

Typos #3160

merged 1 commit into from
Oct 11, 2023

Conversation

lurch
Copy link
Contributor

@lurch lurch commented Oct 11, 2023

No description provided.

@@ -59,7 +59,7 @@ hint: See PEP 668 for the detailed specification.

This error is generated because you're trying to install a third-party package into the system Python. A long-standing practical problem for Python users has been conflicts between OS package managers like `apt` and Python-specific package management tools like `pip`. These conflicts include both Python-level API incompatibilities and conflicts over file ownership.

Therefore from _Bookworm_ onwards packages installed via `pip` must be installed into a Python Virtal Environment using `venv`. A virtual environment is a container where you can safely install third-party modules so they won't interfere with, or break, your system Python.
Therefore from _Bookworm_ onwards packages installed via `pip` must be installed into a Python Virtual Environment using `venv`. A virtual environment is a container where you can safely install third-party modules so they won't interfere with, or break, your system Python.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
Therefore from _Bookworm_ onwards packages installed via `pip` must be installed into a Python Virtual Environment using `venv`. A virtual environment is a container where you can safely install third-party modules so they won't interfere with, or break, your system Python.
Therefore from _Bookworm_ onwards packages installed via `pip` must be installed into a Python Virtual Environment using `venv`. A virtual environment is a container where you can safely install third-party modules so they won't interfere with or break your system Python.

nitpick: add a comma, remove two?

@aallan aallan added the typo Just a typo (or two) label Oct 11, 2023
@aallan aallan merged commit a0e327e into develop Oct 11, 2023
1 check passed
@aallan aallan deleted the lurch-patch-1 branch October 11, 2023 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
typo Just a typo (or two)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants