Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 2, 2018. It is now read-only.

[COOK-4271] - Add ability to send environment vars to pip install to fix encoding issues #82

Closed
someara opened this issue Jan 27, 2014 · 3 comments

Comments

@someara
Copy link
Contributor

someara commented Jan 27, 2014

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.

@someara
Copy link
Contributor Author

someara commented Jan 27, 2014

Pete Cheslock added a comment - 27/Jan/14 2:35 PM
#79

@petecheslock
Copy link
Contributor

Ahh - cool didn't know how we were handling cookbook updates in the new model. Thanks @someara

@coderanger
Copy link
Member

https://github.com/poise/poise-python now uses the Chef shell_out helpers, so it should get all the Chef-y goodness on locale stuff.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants