Skip to content

Adding package to OpenSuSE Tumbleweed #1044

Answered by tcbegley
gato-mulatto asked this question in Q&A
Discussion options

You must be logged in to vote

Virtual environments in Python are standard practice, and generally preferable to using a system installation of Python, since the operating system itself uses it and you don't want to introduce dependency conflicts. You can use a package manager to ensure no conflicts arise between installed packages, or you can sidestep the whole issue by using a virtual environment for each of your projects which is much simpler and generally recommended.

dash-bootstrap-components is widely available through both PyPI and conda-forge. We don't have the resources to maintain additional installation options for the many different operating specific package managers out there. Sorry if this means you don'…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@tcbegley
Comment options

Answer selected by gato-mulatto
@gato-mulatto
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants