You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that this command runs outside of the virtualenvironment, so I'm not sure why we need to upgrade pip here. This also begs the question as to whether we need to move this task so that it's part of the sequence where the virtualenv is already activated instead of here, where we're installing system packages on Ubuntu.
The text was updated successfully, but these errors were encountered:
Can confirm that pip is not updated since the date of the first install.
If all the package version numbers are pinned then it does not matter if pip is upgraded automatically. If you do upgrade anything then it would be important to have the pip version locally or on staging the same as prod to avoid any surprises on deploy. If any mismatch occurred it would be between local and prod which would mean, if you tend to deploy straight to prod (which I do), that you'd need to keep pip versions reasonably in sync.
In roles/base/tasks/main.yml we have this task:
It appears that this command runs outside of the virtualenvironment, so I'm not sure why we need to upgrade pip here. This also begs the question as to whether we need to move this task so that it's part of the sequence where the virtualenv is already activated instead of here, where we're installing system packages on Ubuntu.
The text was updated successfully, but these errors were encountered: