Skip to content

Commit af9f653

Browse files
authored
Merge pull request #427 from replit/th-disable-user-pip-mode
Disable user mode install for pip
2 parents 60d117c + c4eec9e commit af9f653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/modules/python/pip.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let
2222
name = "pip.conf";
2323
text = ''
2424
[global]
25-
user = yes
25+
user = no
2626
disable-pip-version-check = yes
2727
break-system-packages = yes
2828
'';

0 commit comments

Comments
 (0)