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

Commit 213c37e

Browse files
committed
No longer need ez_setup at all.
get-pip.py installs setup tools at the start on its own, and then we can just use pip to upgrade/downgrade it as needed.
1 parent 90a3f6c commit 213c37e

File tree

3 files changed

+6
-375
lines changed

3 files changed

+6
-375
lines changed

attributes/default.rb

+1
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@
4141

4242
default['python']['pip_location'] = "#{node['python']['prefix_dir']}/bin/pip"
4343
default['python']['virtualenv_location'] = "#{node['python']['prefix_dir']}/bin/virtualenv"
44+
default['python']['setuptools_version'] = nil # defaults to latest

files/default/ez_setup.py

-361
This file was deleted.

0 commit comments

Comments
 (0)