pip_fix download cached

This commit is contained in:
Ivan Malison 2014-12-21 04:04:35 -08:00
parent d9884b2ee5
commit 3c04b7d93c

View File

@ -112,6 +112,12 @@ def customize_user_settings(ctx):
email = {1}""".format(username, email))
@ctask
def fix_pip_download_cache(ctx):
ctx.run("sudo chown imalison ~/.pip/download_cache -R")
ns.add_task(fix_pip_download_cache)
ns.add_task(change_shell)
ns.add_task(customize_user_settings)
ns.add_task(dotfiles)