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

Typo fix #11

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/package_management/040_packages_practice.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

2. Open the graphical package manager tool on your system. What kind of software is available? Can you find the software you need? Or games that you would like to play?

3. Why would it be a bad idea to install Python packages with `pip` as root? When would you install a package (e.g. `pandas`) with `pip` instead of the package mnanager (e.g. `python3-pandas`)?
3. Why would it be a bad idea to install Python packages with `pip` as root? When would you install a package (e.g. `pandas`) with `pip` instead of the package manager (e.g. `python3-pandas`)?

4. Check whether Snap or Flatpak is installed or available on your system. How can you search online for applications in these repositories?