Jaymon / chef-cookbooks

Various Chef cookbooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

have pip cookbook have pip2 and pip3 resources

Jaymon opened this issue · comments

the pip resource should default to whatever the system default python is (or be configurable) so you can set what you want and then have other cookbooks that rely on pip (like uwsgi) install the correct value

uwsgi will have to be installed using pip2 or pip3, this creates some interesting challenges in provisioning a box

This no longer applies with the latest changes that uses virtual environments and a more expansive python cookbook that handles all the python configuration (including dependencies) for every python version/environment you want. I also removed all global pip things.