Matej Cepl
6abedd0987
- add externally_managed.in to label this build as PEP-668 managed OBS-URL: https://build.opensuse.org/request/show/1102676 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python311?expand=0&rev=80
13 lines
570 B
Plaintext
13 lines
570 B
Plaintext
[externally-managed]
|
|
Error=To install Python packages system-wide, try
|
|
zypper install __PYTHONPREFIX__-xyz, where xyz is the package
|
|
you are trying to install.
|
|
|
|
If you wish to install a non-rpm packaged Python package,
|
|
create a virtual environment using __PYTHON__ -m venv path/to/venv.
|
|
Then use path/to/venv/bin/python and path/to/venv/bin/pip.
|
|
|
|
If you wish to install a non-rpm packaged Python application,
|
|
it may be easiest to use `pipx install xyz`, which will manage a
|
|
virtual environment for you. Install pipx via `zypper install __PYTHONPREFIX__-pipx` .
|