Skip to content

Commit

Permalink
Typo fix (#11)
Browse files Browse the repository at this point in the history
OK!
  • Loading branch information
JasperLefever authored Nov 14, 2024
1 parent edbd296 commit a666ccc
Showing 1 changed file with 1 addition and 1 deletion.
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?

0 comments on commit a666ccc

Please sign in to comment.