Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Component/s: python
-
Labels:None
Description
See the change log here: http://pypi.python.org/pypi/pip
On inspection of the cookbook, it actually appears that there's an additional bug here
https://github.com/opscode/cookbooks/blob/master/python/providers/pip.rb#L157
I believe we actually need || instead of &&. Otherwise --environment will be called if the environment does exist, which I think is the opposite of what we want.
In any case, --environment is gone and needs to be factored out.
Issue Links
- duplicates
-
COOK-1046
pytho pip provider broken with virtualenvs
-
I thought I titled this issue correctly, but can't find where to edit. Should have been "python_virtualenv provider relies on --environment flag, removed in pip 1.1"