On 05Oct2024 22:27, Ulrich Goebel <[email protected]> wrote:
Debian (or even Python3 itself) doesn't allow to pip install required
packages system wide,
This is gnerally a good thing. You might modify a critical system-used
package.
But is it right, that I have to do that for every single user?
No. Just make a shared virtualenv, eg in /usr/local or /opt somewhere.
Have the script commence with:
#!/path/to/the/shred/venv/bin/python
and make it readable and executable.
Problem solved.
Cheers,
Cameron Simpson <[email protected]>
--
https://mail.python.org/mailman/listinfo/python-list