We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
` $ "/opt/datadog-agent/embedded/bin/pip" install --install-option="--install-scripts=/opt/datadog-agent\bin" docker-py==1.10.6
Copying websocket_client.egg-info to /opt/datadog-agent/embedded/lib/python2.7/site-packages/websocket_client-0.40.0-py2.7.egg-info running install_scripts creating /opt/datadog-agent\bin error: could not create '/opt/datadog-agent\bin': Permission denied `
should be $ "/opt/datadog-agent/embedded/bin/pip" install --install-option="--install-scripts=/opt/datadog-agent/bin" docker-py==1.10.6
The text was updated successfully, but these errors were encountered:
Hi @leapar, thanks for reporting this issue!
Could you add more details on the issue you encountered, namely:
Thanks!
Sorry, something went wrong.
No branches or pull requests
`
$ "/opt/datadog-agent/embedded/bin/pip" install --install-option="--install-scripts=/opt/datadog-agent\bin" docker-py==1.10.6
Copying websocket_client.egg-info to /opt/datadog-agent/embedded/lib/python2.7/site-packages/websocket_client-0.40.0-py2.7.egg-info
running install_scripts
creating /opt/datadog-agent\bin
error: could not create '/opt/datadog-agent\bin': Permission denied
`
should be $ "/opt/datadog-agent/embedded/bin/pip" install --install-option="--install-scripts=/opt/datadog-agent/bin" docker-py==1.10.6
The text was updated successfully, but these errors were encountered: