From 95d59c1ddb6bb9ab4d39d7b53a7d7d5fad4d272a Mon Sep 17 00:00:00 2001 From: Richard Frank Date: Tue, 28 Jun 2016 19:04:36 -0400 Subject: [PATCH] DOC: Include info about location of zipline repo inside vagrant --- vagrant_init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant_init.sh b/vagrant_init.sh index da133328..815406ff 100644 --- a/vagrant_init.sh +++ b/vagrant_init.sh @@ -49,4 +49,4 @@ pip install -r /vagrant/etc/requirements_dev.txt -r /vagrant/etc/requirements_bl echo "Installing zipline package itself..." | tee -a "$VAGRANT_LOG" find /vagrant/ -type f -name '*.c' -exec rm {} + pip install -e /vagrant[all] 2>&1 | tee -a "$VAGRANT_LOG" -echo "Finished!" | tee -a "$VAGRANT_LOG" +echo "Finished! zipline repo is in '/vagrant'." | tee -a "$VAGRANT_LOG"