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

Revisit install of docker-compose #63

Closed
haxorof opened this issue Nov 3, 2018 · 2 comments
Closed

Revisit install of docker-compose #63

haxorof opened this issue Nov 3, 2018 · 2 comments
Assignees
Labels

Comments

@haxorof
Copy link
Owner

haxorof commented Nov 3, 2018

It seems to be problematic to use pip to install docker-compose and the best way is to implement it in a way as described in the official documentation: https://docs.docker.com/compose/install/#install-compose

There are different ways to install it and the "Alternative Install Option" is the way to do it.

@haxorof haxorof added the fix label Nov 3, 2018
@haxorof haxorof self-assigned this Nov 3, 2018
@haxorof
Copy link
Owner Author

haxorof commented Nov 3, 2018

This shall also address issues seen in #62 and maybe parts of #56

@haxorof
Copy link
Owner Author

haxorof commented Nov 3, 2018

From official documentation:

Compose can be installed from pypi using pip. If you install using pip, we recommend that you use a virtualenv because many operating systems have python system packages that conflict with docker-compose dependencies.

haxorof added a commit that referenced this issue Nov 4, 2018
@haxorof haxorof closed this as completed Nov 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant