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

Consider removing env #13

Open
lyashevska opened this issue Feb 7, 2024 · 0 comments
Open

Consider removing env #13

lyashevska opened this issue Feb 7, 2024 · 0 comments

Comments

@lyashevska
Copy link
Contributor

Consider removing static env (which contains many unused dependencies), instead show how to create env and install dependencies that are needed on the fly with e.g.

python –m venv env; source /env/bin/activate; pip install xx; pip freeze

@lyashevska lyashevska transferred this issue from esciencecenter-digital-skills/good-practices-in-research-software-development Sep 16, 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

1 participant