blob: 7d957ab7fcfc6ed19c9e181b400f3be2022aef75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
python3-setuptools-opt (Install newer setuptools in /opt)
Setuptools is a fully-featured, actively-maintained, and stable
library designed to facilitate packaging Python projects.
Installs to /opt/python3.9/site-packages.
Add the following before the python3 build commands in your
Slackbuild to use this version over the stock one in 15.0:
export PYTHONPATH=/opt/python3.9/site-packages/
|