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

Refacto pip installs CNR #249

Merged
merged 3 commits into from
Sep 28, 2023
Merged

Refacto pip installs CNR #249

merged 3 commits into from
Sep 28, 2023

Conversation

ShutdownRepo
Copy link
Member

When installing deps through a venv, the ./venv/bin/python3 is not transparently made through CNR (Catch And Retry). Requires to prepend the command line with the CNR like: catch_and_retry ./venv/bin/python -m pip install deps ...

Would be better to do this:

cd /path/to/tool || exit
source ./venv/bin/activate
pip3 install -r ./requirements.txt
deactivate

pip2/pip3 are transparently handled through CNR.

@ShutdownRepo ShutdownRepo added the enhancement New feature or request label Sep 27, 2023
@ShutdownRepo ShutdownRepo self-assigned this Sep 27, 2023
@ShutdownRepo ShutdownRepo merged commit ef26ed1 into dev Sep 28, 2023
40 checks passed
@ShutdownRepo ShutdownRepo deleted the refacto/cnr_pip branch September 30, 2023 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant