poise / python

THIS COOKBOOK IS DEPRECATED – Chef cookbook to install Python and related tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python_pip action :purge doesn't work

bricker opened this issue · comments

The LWRP and documentation for python_pip says it supports :purge but there is no code to actually perform that action.

python_pip "ez_setup" do
  action :purge
end

The error:
NameError: Cannot find a resource for action_purge on ubuntu version 12.04

I know :remove does the same thing, this is more of a documentation error I guess.

This is now more explicitly unsupported in https://github.com/poise/poise-python, with appropriate documentation.