mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
15 lines
553 B
Text
15 lines
553 B
Text
|
[externally-managed]
|
||
|
Error=To install Python packages system-wide, try 'pacman -S
|
||
|
python-xyz', where xyz is the package you are trying to
|
||
|
install.
|
||
|
|
||
|
If you wish to install a non-Arch-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-Arch packaged Python application,
|
||
|
it may be easiest to use 'pipx install xyz', which will manage a
|
||
|
virtual environment for you. Make sure you have python-pipx
|
||
|
installed via pacman.
|
||
|
|