fmartingr
/
shelfzilla
Archived
1
0
Fork 0

Fixed setup_environment fabfile task

This commit is contained in:
Felipe Martín 2015-01-10 10:36:35 +01:00
parent 3067b5baf4
commit 608b5149fc
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ dj-database-url==0.3.0
psycopg2==2.5.4
# Files
django-mptt==0.6.1
django-filer==0.9.8
# Blog

2
fabfile.py vendored
View File

@ -54,7 +54,7 @@ def setup_virtualenv():
Creates or updates a virtualenv
"""
print(yellow('Create virtualenv'))
local('virtualenv-2.7 .virtualenv')
local('virtualenv .virtualenv')
with virtualenv():
print(yellow('Installing requirements'))