Files
bsdports/python/py-pip/pkg-message
2023-03-12 21:19:08 +02:00

17 lines
379 B
Plaintext

[
{ type: install
message: <<EOM
pip MUST ONLY be used:
* With the --user flag, OR
* To install or manage Python packages in virtual environments
Failure to follow this warning can and will result in an inconsistent
system-wide Python environment (LOCALBASE/lib/pythonX.Y/site-packages) and
cause errors.
Avoid using pip as root unless you know what you're doing.
EOM
}
]