Remove virtualenv
This commit is contained in:
parent
6deacf9527
commit
5a29d2742d
@ -1,7 +1,6 @@
|
||||
[uwsgi]
|
||||
plugins = python
|
||||
|
||||
venv = /home/vagrant/virtualenv
|
||||
chdir = /vagrant
|
||||
|
||||
uid = root
|
||||
|
@ -25,7 +25,6 @@
|
||||
- python-dev
|
||||
- python-software-properties
|
||||
- python-setuptools
|
||||
- python-virtualenv
|
||||
- python-pip
|
||||
- nginx
|
||||
- uwsgi
|
||||
@ -42,11 +41,8 @@
|
||||
- uglify-js
|
||||
- jade
|
||||
|
||||
- name: Virtualenv | Create
|
||||
shell: virtualenv "/home/vagrant/virtualenv" creates="/vagrant/virtualenv/bin/activate"
|
||||
|
||||
- name: Virtualenv | Install python egg
|
||||
shell: /home/vagrant/virtualenv/bin/python /vagrant/setup.py develop
|
||||
- name: Python | Install egg
|
||||
shell: cd /vagrant; python setup.py develop
|
||||
|
||||
- name: Make
|
||||
shell: cd /vagrant; {{ item }}
|
||||
|
Loading…
Reference in New Issue
Block a user