opnsense-ports/devel/py-pip/pkg-message
Franco Fichtner 801759f459 devel/py-pip: sync with upstream
Taken from: HardenedBSD
2019-08-18 05:45:29 +02:00

16 lines
379 B
Text

[
{ 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
}
]