diff options
| author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-03-31 07:35:21 -0600 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-05 15:18:08 +0700 |
| commit | 100b61bcc58b7cb2c62c28a0fcfe82a87458e87c (patch) | |
| tree | fdfba54aa6a91af4e414a58d7df8b15f1629ba0d /python/python3-setuptools-opt/README | |
| parent | 8445ac25521a63752f7d902ed865bc875608a87f (diff) | |
python/python3-setuptools-opt: README fixes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-setuptools-opt/README')
| -rw-r--r-- | python/python3-setuptools-opt/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/python3-setuptools-opt/README b/python/python3-setuptools-opt/README index 7d957ab7fc..5b65d6ba0b 100644 --- a/python/python3-setuptools-opt/README +++ b/python/python3-setuptools-opt/README @@ -3,9 +3,10 @@ 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. +Installs to /opt/python$PYVER/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/ +PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])') +export PYTHONPATH=/opt/python$PYVER/site-packages |
