I know I shouldn't use sudo pip3 install
, but while following a Django tutorial, I inadvertently did. Prior to the that command, pip3 defaulted to --user
. Afterwards, I have to explicitly type it out. How do I revert back to having --user
by default?
问问题
318 次