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

[Question] Is there a good way to manage Python environments to use the experimental rather than the main release? #29

Open
jonrkarr opened this issue Mar 2, 2022 · 1 comment

Comments

@jonrkarr
Copy link

jonrkarr commented Mar 2, 2022

I'd like to specify a Python environment where python-libsbml-experimental is required, and required to be equal to the version of python-libsbml (whose version would be determined by the requirements of simulation tool).

I can easily manage this ad hoc, such as by installing python-libsbml-experimental on top of a Python environment after pip/pipenv has initialized the environment.

Does anyone have advice about how manage Python environments with pip/pipenv?

@fbergmann
Copy link
Member

I am not aware of a better solution than to install it on top of the python environment.

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