Hi, after today's updates I got issue with running upp (https://github.com/sibradzic/upp).
I reinstalled upp but I'm getting python error:
bash: /usr/bin/upp: /usr/bin/python3.7: bad interpreter: No such file or directory
Python was updated from 3.7 to 3.9, anyone knows what needs to be cleaned so the install scripts see python3.9 path?
When I install it:
pip3 install upp
Defaulting to user installation because normal site-packages is not writeable
Collecting upp
Using cached upp-0.1.2-py3-none-any.whl (80 kB)
Requirement already satisfied: setuptools in /usr/lib64/python3.9/site-packages (from upp) (56.0.0)
Requirement already satisfied: click in ./.local/lib/python3.9/site-packages (from upp) (8.0.1)
Installing collected packages: upp
WARNING: The script upp is installed in '/home/niedzwiedz/.local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed upp-0.1.2
WARNING: You are using pip version 21.1.3; however, version 21.2.4 is available.
You should consider upgrading via the '/usr/bin/python3.9 -m pip install --upgrade pip' command.