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

Commit d13e97c

Browse files
committed
Using the package resource isn't supported.
1 parent 56424ab commit d13e97c

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,6 @@ python_pip "django" do
7777
end
7878
```
7979

80-
```ruby
81-
# use this provider with the core package resource
82-
package "django" do
83-
provider Chef::Provider::PythonPip
84-
end
85-
```
86-
8780
### python_virtualenv
8881
[`virtualenv`](http://pypi.python.org/pypi/virtualenv) is a great tool that creates isolated python environments. Think of it as RVM without all those hipsters and tight jeans.
8982

0 commit comments

Comments
 (0)