mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Upgrading setuptools
This commit is contained in:
parent
8299f70c87
commit
176b079b56
1 changed files with 1 additions and 0 deletions
1
fabfile.py
vendored
1
fabfile.py
vendored
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue