Upgrading setuptools

This commit is contained in:
Samuel Clay 2020-12-02 17:14:12 -05:00
parent 8299f70c87
commit 176b079b56

1
fabfile.py vendored
View file

@ -503,6 +503,7 @@ def pip():
sudo('chown %s.%s -R %s' % (env.user, env.user, os.path.join(env.NEWSBLUR_PATH, 'venv')))
run('easy_install -U pip')
run('pip install --upgrade pip')
run('pip install --upgrade setuptools')
run('pip install -r requirements.txt')
with settings(warn_only=True):
sudo('swapoff /swapfile')