The links still do not work.
As you are running Bookworm, you will want a virtual environment (venv) to avoid the "externally-managed-environment" error.
I create mine with system packages like this:We can then use pip to install any required python modules into that environment.
How to tell OS and 64-bit (or not)
As you are running Bookworm, you will want a virtual environment (venv) to avoid the "externally-managed-environment" error.
I create mine with system packages like this:
Code:
mkdir my_projectcd my_projectpython -m venv --system-site-packages envsource env/bin/activate
How to tell OS and 64-bit (or not)
Code:
cat /etc/os-release
Code:
getconf LONG_BIT
Statistics: Posted by neilgl — Wed Jul 24, 2024 2:51 pm