You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2018. It is now read-only.
Just tried to run this on a clean 12.04 vm, and traced the error back to the behavior reported in #77, however in this case the error that's obscured appears different.
$ sudo python /srv/chef/file_store/cookbooks/python/files/default/get-pip.py
Downloading/unpacking pip
Downloading pip-1.5.2-py2.py3-none-any.whl (1.2MB): 1.2MB downloaded
Downloading/unpacking setuptools
Downloading setuptools-2.1.2.tar.gz (785kB): 785kB downloaded
Cleaning up...
setuptools must be installed to install from a source distribution
Storing debug log for failure in /home/vagrant/.pip/pip.log
$ echo $?
0
The text was updated successfully, but these errors were encountered:
Just tried to run this on a clean 12.04 vm, and traced the error back to the behavior reported in #77, however in this case the error that's obscured appears different.
The text was updated successfully, but these errors were encountered: