Skip to content

Commit

Permalink
configure pip to disable user installations
Browse files Browse the repository at this point in the history
  • Loading branch information
markusgrotz committed Dec 2, 2023
1 parent 05f324f commit bb33031
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions system_scripts/60_configure_pip.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

sudo apt install python3-pip

# disable user installations

pip config set global.user false


0 comments on commit bb33031

Please sign in to comment.