Skip to content
Snippets Groups Projects

Run pip safely in deployment

Merged Cody Messick requested to merge cody.messick/gwcelery:deployment_pip into main
All threads resolved!

When testing python 3.10, I found that following the deployment installation process exactly led to using pip from python3.9, i.e. pip install ... checked the python3.9 libraries and concluded it had everything it needed. Switching to python -m pip instead of just pip fixes this issue.

Edited by Cody Messick

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading