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

Changes python version specification #118

Merged
merged 2 commits into from
Nov 22, 2024
Merged

Conversation

acpaquette
Copy link
Contributor

Update the python version spec to look for python versions equal to or greater than 3.9 when installing ISIS

Fixes #113

Licensing

This project is mostly composed of free and unencumbered software released into the public domain, and we are unlikely to accept contributions that are not also released into the public domain. Somewhere near the top of each file should have these words:

This work is free and unencumbered software released into the public domain. In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain.

  • I dedicate any and all copyright interest in this software to the public domain. I make this dedication for the benefit of the public at large and to the detriment of my heirs and successors. I intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.

@@ -27,7 +27,7 @@ This installation guide is for ISIS users interested in installing ISIS (3.6.0)+
export CONDA_SUBDIR=osx-64

#Create a new conda environment to install ISIS in
conda create -n isis python=3.9
conda create -n isis python>=3.9
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I imagine It would be fine to not specify a python version at all?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There was a previous issue regarding NOT setting the python version. Let me see if I can find it

@acpaquette
Copy link
Contributor Author

Here is the original ISIS issue that requested we update the docs to set the python version: DOI-USGS/ISIS3#5319

jrcain-usgs pushed a commit to jrcain-usgs/asc-public-docs that referenced this pull request Nov 18, 2024
@Kelvinrr Kelvinrr merged commit c1984d4 into DOI-USGS:main Nov 22, 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

Successfully merging this pull request may close these issues.

Update Python version in Conda Install Instructions
2 participants