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

add --py-ver option to install.sh #164

Merged
merged 2 commits into from
Aug 16, 2023
Merged

add --py-ver option to install.sh #164

merged 2 commits into from
Aug 16, 2023

Conversation

matthiasdiener
Copy link
Member

To support packages that don't fully handle Python 3.11 yet (e.g., vmprof).

@matthiasdiener matthiasdiener enabled auto-merge (squash) August 7, 2023 20:16
sed -i.bak "s,- python=3[0-9\.]*,- python=$opt_py_ver," "$conda_env_file"
fi

cat "$conda_env_file"
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this here on purpose? Or left over from debugging?

Copy link
Member Author

Choose a reason for hiding this comment

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

It's here on purpose to help with debugging an installation. It's a small file anyway.

@matthiasdiener matthiasdiener merged commit 516d1b1 into main Aug 16, 2023
4 checks passed
@matthiasdiener matthiasdiener deleted the pyver branch August 16, 2023 18:50
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.

2 participants