Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bookworm ready python install in venv #1867

Closed
thicknesss opened this issue May 23, 2024 · 1 comment
Closed

Bookworm ready python install in venv #1867

thicknesss opened this issue May 23, 2024 · 1 comment

Comments

@thicknesss
Copy link
Contributor

Hi all,
because bookworm enforeces virtual enviroments for python we need to make some changes in below snippet:

cond_echo "Installing required python packages"
cond_redirect pip3 install -r "$mifloraDir"/requirements.txt

The venv must be prepared:
python -m venv --system-site-packages env
and activated
source env/bin/activate
before PIP is used to install the requirements.
for the package a pr is made to update the template.service

Brgds André

@mstormi
Copy link
Contributor

mstormi commented May 26, 2024

Fixed-By: #1869

@mstormi mstormi closed this as completed May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants