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

Added python-pip and virtualenv #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nielsvbrecht
Copy link

I added python-pip and virtualenv to the to be installed packages for Ubuntu 18.04. While running the ansible playbook remote through ssh,the task to create a virtualenv failed due to the absence of setuptools. Installing python-pip and virtualenv on the target machine solved the issue. This allows you to run an image build process from your CI/CD pipeline instead on the spot every time (cattle vs. pets) and thus supports the creation of an immutable image.

I added python-pip and virtualenv to the to be installed packages for Ubuntu 18.04. While running the ansible playbook remote through ssh,the task to create a virtualenv failed due to the absence of setuptools. Installing python-pip and virtualenv  on the target machine solved the issue. This allows you to run an image build process from your CI/CD pipeline instead on the spot every time.
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.

1 participant