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.
When using the python cookbook to pip install django-pipeline - chef fails with the following error: https://gist.github.com/petecheslock/e3606f1ba6577fc26383
In the setup.py there is the following: https://github.com/cyberdelia/django-pipeline/blob/master/setup.py#L11 I think somewhat related to this - but maybe not: https://tickets.opscode.com/browse/CHEF-3304 Basically I need a way to send "LC_ALL" => "en_US.UTF-8" (in my scenario) as an attribute to the python_pip resource so that it can deal with the encoding correctly.
The text was updated successfully, but these errors were encountered: