CLIMATE-548 Vagrant references should not exist in easy-ocw ubuntu script
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/bf966683 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/bf966683 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/bf966683 Branch: refs/heads/master Commit: bf966683d2e828864ac88fd5b1d88e8f74a25534 Parents: ea71927 Author: Lewis John McGibbney <[email protected]> Authored: Thu Nov 13 15:55:15 2014 -0800 Committer: Lewis John McGibbney <[email protected]> Committed: Thu Nov 13 15:55:15 2014 -0800 ---------------------------------------------------------------------- easy-ocw/install-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/bf966683/easy-ocw/install-ubuntu.sh ---------------------------------------------------------------------- diff --git a/easy-ocw/install-ubuntu.sh b/easy-ocw/install-ubuntu.sh index c7ba99a..3b96214 100755 --- a/easy-ocw/install-ubuntu.sh +++ b/easy-ocw/install-ubuntu.sh @@ -187,5 +187,5 @@ pip install -r ocw-pip-dependencies.txt >> install_log # Ensure that the climate code is included in the Python Path header "Updating PYTHONPATH ..." -echo "export PYTHONPATH=${HOME}/climate:${HOME}/climate/ocw" >> /home/.bashrc +echo "export PYTHONPATH=${HOME}/climate:${HOME}/climate/ocw" >> ${HOME}/.bashrc subtask "done"
