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

Commit

Permalink
No longer need ez_setup at all.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
coderanger committed Jan 28, 2014
1 parent 90a3f6c commit 213c37e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 375 deletions.
1 change: 1 addition & 0 deletions attributes/default.rb
Expand Up @@ -41,3 +41,4 @@

default['python']['pip_location'] = "#{node['python']['prefix_dir']}/bin/pip"
default['python']['virtualenv_location'] = "#{node['python']['prefix_dir']}/bin/virtualenv"
default['python']['setuptools_version'] = nil # defaults to latest
361 changes: 0 additions & 361 deletions files/default/ez_setup.py

This file was deleted.

0 comments on commit 213c37e

Please sign in to comment.