sbmlteam / python-libsbml

Standalone Python package containing libSBML with support for SBML Level 3 Core and accepted SBML Level 3 packages.
https://sbml.org/software/libsbml/
Other
21 stars 6 forks source link

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

Open jonrkarr opened 2 years ago

jonrkarr commented 2 years ago

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 commented 2 years ago

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