Move fix-pip to __init__.py from osx.py
This commit is contained in:
@@ -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/ '
|
||||
|
||||
Reference in New Issue
Block a user