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