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

use venv's pip to upgrade pip #25

Merged

Conversation

pypeaday
Copy link

The install.sh script makes an attempt to upgrade pip before installing the requirements however it's using the default python binary which is totally dependent on the environment/shell setup and is almost certainly not the virtual environment's python or pip.

This PR makes sure that the pip that is upgraded is the one used to install stable cascade's requirements

@EtienneDosSantos
Copy link
Owner

Targetting the venv's pip directly is a much cleaner and reliable approach. Great catch! 👍

@EtienneDosSantos EtienneDosSantos merged commit 4949d47 into EtienneDosSantos:main Mar 10, 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.

None yet

2 participants