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/38278829 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/38278829 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/38278829 Branch: refs/heads/master Commit: 38278829c68cda55583683e587eed322e9f31e65 Parents: 8617af0 Author: Lewis John McGibbney <[email protected]> Authored: Thu Dec 4 20:43:21 2014 -0800 Committer: Lewis John McGibbney <[email protected]> Committed: Thu Dec 4 20:43:21 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/38278829/easy-ocw/install-ubuntu.sh ---------------------------------------------------------------------- diff --git a/easy-ocw/install-ubuntu.sh b/easy-ocw/install-ubuntu.sh index f004330..637f0e8 100755 --- a/easy-ocw/install-ubuntu.sh +++ b/easy-ocw/install-ubuntu.sh @@ -190,5 +190,5 @@ pip install -r ocw-pip-dependencies.txt >> install_log # Ensure that the climate code is included in the Python Path header "Updating PYTHONPATH with ocw executables ..." -echo "export PYTHONPATH=${ocw_path}/climate:${ocw_path}/climate/ocw" >> ${HOME}/.bashrc +echo "export PYTHONPATH=${ocw_path}:${ocw_path}/ocw" >> ${HOME}/.bashrc subtask "done"
