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

a way to make the Pyhon dependencies more hermetic ? #3305

Open
hzeller opened this issue Sep 25, 2022 · 0 comments
Open

a way to make the Pyhon dependencies more hermetic ? #3305

hzeller opened this issue Sep 25, 2022 · 0 comments

Comments

@hzeller
Copy link
Collaborator

hzeller commented Sep 25, 2022

The README describes installing some python dependencies

pip3 install --user -r conf/requirements.txt
export PATH=~/.local/bin:$PATH

Which of course modifiers the users' home directory (and possibly has silent assumptions of other Python libraries installed there and on the system), making the build less hermetic.

Is there a way to keep all the Python dependencies within the build of the project (e.g. out/ directory, which is make clean removed) and making sure that these and only these are used (possibly only assuming that pip3 exists on the system). Is this what the virtual-env thing is for ?

Leaving this to the Python literates to figure out.

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

1 participant