Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Commit

Permalink
Always wipe when pip repo switching. Workaround for
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Jul 1, 2010
1 parent 4909cbf commit b12adb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_startproject/project_template/fabfile.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def restart():


def update_reqs(): def update_reqs():
"""Update pip requirements""" """Update pip requirements"""
ve_run('pip install -E %s -r %s' % (env.root, env.pip_file)) ve_run('yes w | pip install -E %s -r %s' % (env.root, env.pip_file))


def update_proj(): def update_proj():
"""Updates project source""" """Updates project source"""
Expand Down

0 comments on commit b12adb7

Please sign in to comment.