Move fix-pip to __init__.py from osx.py

This commit is contained in:
2015-01-12 14:15:56 -08:00
parent 92c51e8406
commit d245accc55
2 changed files with 5 additions and 10 deletions

View File

@@ -15,7 +15,6 @@ def setup(ctx):
set_path_for_launchd(ctx)
rvm(ctx)
fonts(ctx)
fix_pip(ctx)
fix_htop(ctx)
setup_dbus(ctx)
@@ -158,11 +157,6 @@ def iTerm(ctx):
))
@ctask
def fix_pip(ctx):
ctx.run("sudo easy_install -U pip")
@ctask
def launch_agents(ctx, flags=''):
ctx.run('dotfiles -sn{1} -R {0}/resources/LaunchAgents/ '