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

[BUG] Bugs in Conda activation command set up #651

Open
sfarrens opened this issue Sep 7, 2023 · 1 comment · May be fixed by #665
Open

[BUG] Bugs in Conda activation command set up #651

sfarrens opened this issue Sep 7, 2023 · 1 comment · May be fixed by #665
Assignees
Labels
bug Something isn't working

Comments

@sfarrens
Copy link
Member

sfarrens commented Sep 7, 2023

Describe the bug
The current install_shapepipe script includes some bugs that cause issues for creating the shapepipe environment with some versions of Conda.

This issue stems from the following line:

  if [ "$CONDA_VERSION_MINOR" -gt 4 ]

which checks the minor version of Conda. This will continuously cause issues every time there is a new major release of Conda.

To Reproduce

./install_shapepipe

Expected behaviour
The shapepipe environment should be created.

@sfarrens sfarrens added the bug Something isn't working label Sep 7, 2023
@sfarrens sfarrens added this to the P3 re-run 2023 milestone Sep 7, 2023
@sfarrens sfarrens self-assigned this Sep 7, 2023
@sfarrens
Copy link
Member Author

sfarrens commented Sep 7, 2023

I will open a PR to resolve this.

@sfarrens sfarrens linked a pull request Nov 8, 2023 that will close this issue
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant