You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,13 +77,6 @@ python_pip "django" do
77
77
end
78
78
```
79
79
80
-
```ruby
81
-
# use this provider with the core package resource
82
-
package "django"do
83
-
provider Chef::Provider::PythonPip
84
-
end
85
-
```
86
-
87
80
### python_virtualenv
88
81
[`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.
0 commit comments