Story #4660
closedAs an ansible-pulp user, I can configure my venv to have system-site-packages enabled
100%
Description
https://virtualenv.pypa.io/en/latest/userguide/#removing-an-environment
I think this can be done by modifying the virtualenv_command for the pip module:
https://github.com/pulp/ansible-pulp/blob/master/roles/pulp/tasks/install.yml#L77
https://docs.ansible.com/ansible/latest/modules/pip_module.html
This option is disabled by default.
Related issues
Updated by amacdona@redhat.com over 5 years ago
- Blocks Story #4494: As a plugin writer, I can add custom installation steps added
Updated by bmbouter over 5 years ago
- Description updated (diff)
Added a clarity that it is disabled by default.
Updated by amacdona@redhat.com over 5 years ago
- Groomed changed from No to Yes
- Sprint Candidate changed from No to Yes
- Sprint set to Sprint 51
Updated by ppicka over 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ppicka
Added by ppicka over 5 years ago
Added by ppicka over 5 years ago
Revision 37812f68 | View on GitHub
Python system-wide packages toggle
Allow user to use python system-wide packages.
closes: #4660 https://pulp.plan.io/issues/4660
Signed-off-by: Pavel Picka ppicka@redhat.com
Updated by ppicka over 5 years ago
- Status changed from ASSIGNED to POST
As ansible lacks of if/else we need workaround as in PR (imo).
Updated by ppicka over 5 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset ansible-pulp3|37812f68d81d264ff4d68369142b9168b4756346.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by bmbouter over 4 years ago
- Category set to Installer - Moved to GitHub issues
- Tags deleted (
Pulp 3 installer)
Python system-wide packages toggle
Allow user to use python system-wide packages.
closes: #4660 https://pulp.plan.io/issues/4660
Signed-off-by: Pavel Picka ppicka@redhat.com