You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Python package management is difficult to do in a consistent manner across many platforms. There exist many ways to tackle this problem and if a wide variety of approaches are utilized this becomes unmanageable in regard to support and maintenance.
There exist two areas of concern
The python environment being used by spack (ie, SPACK_PYTHON)
The python environment being used by an application that was built based on a spack-stack environment
spack-stack development has been moving toward a relatively simple and consistent method for setting up and using the spack python environment and the application python environment. At this point we need to document and help foster adoption of these method.
Describe the solution you'd like
Documentation exists that explains the management of python for both spack-stack development, and applications (built upon spack-stack) environments.
Additional context
None
The text was updated successfully, but these errors were encountered:
Any thoughts about where this documentation should live: spack-stack ReadTheDocs, spack-stack Wiki? I'm leaning toward the Wiki, but I'm okay if ReadTheDocs (or some other place) is preferred. tagging @climbfuji, @AlexanderRichert-NOAA.
Is your feature request related to a problem? Please describe.
Python package management is difficult to do in a consistent manner across many platforms. There exist many ways to tackle this problem and if a wide variety of approaches are utilized this becomes unmanageable in regard to support and maintenance.
There exist two areas of concern
spack-stack development has been moving toward a relatively simple and consistent method for setting up and using the spack python environment and the application python environment. At this point we need to document and help foster adoption of these method.
Describe the solution you'd like
Documentation exists that explains the management of python for both spack-stack development, and applications (built upon spack-stack) environments.
Additional context
None
The text was updated successfully, but these errors were encountered: