Closed remyleone closed 7 years ago
@sieben
Thank you for using Ansible Container. We appreciate you taking the time to open an issue and share your feedback.
@kkoralsky is correct in pointing to the Running from Source guide. You can, of course, drop the -e
option, and run the command as pip install .[docker,k8s,openshift]
, if you don't need the code to be editable.
I verified that it installs fine using Python 3 from a pyenv
virtual environment.
Assuming we can close this. If you have additional questions, please feel free to re-open, or start a new issue.
ISSUE TYPE
OS / ENVIRONMENT
SUMMARY
How could I fully install ansible-container using setup.py?
STEPS TO REPRODUCE
python3 setup.py install --user
EXPECTED RESULTS
I expected the command build to start working.
ACTUAL RESULTS