Open drewkhoury opened 7 years ago
note osx python /usr/bin/python /System/Library/Frameworks/Python.framework/Python Python 2.7.10
... so not sure if my brew install python is doing something weird
I am running python 2.7.10 can you try running inside a virtualenv to see if makes a difference
virtualenv venv
source venv/bin/activate
(venv)...$ pip install devops-tools
I'm trying to figure out if I should use the version of python that osx came with, and which pip to install, virtualenv, docker etc ... it would be nice to know what you're testing on so I can replicate and not waste time with problems on other versions.
e.g
or