Resolve CLIMATE-560 : Does not assume installation directory within easy-ocw/install-osx.sh
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/92ae043c Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/92ae043c Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/92ae043c Branch: refs/heads/master Commit: 92ae043c4f87c8f7b7356e380f22d07e08b8ba02 Parents: 93f6bf3 Author: Omkar20895 <[email protected]> Authored: Sun Dec 20 20:50:48 2015 +0530 Committer: Omkar20895 <[email protected]> Committed: Sun Dec 20 20:50:48 2015 +0530 ---------------------------------------------------------------------- easy-ocw/install-osx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/92ae043c/easy-ocw/install-osx.sh ---------------------------------------------------------------------- diff --git a/easy-ocw/install-osx.sh b/easy-ocw/install-osx.sh index cace463..aeaeae6 100755 --- a/easy-ocw/install-osx.sh +++ b/easy-ocw/install-osx.sh @@ -213,7 +213,7 @@ alias below. To make it easier to change into the 'ocw' virtualenv add the following alias to your ~/.bash_profile - alias ocw='source $ocw_path/ocw/bin/activate ~/ocw/' + alias ocw='source $ocw_path/ocw/bin/activate $ocw_path/ocw/' When you want to use ocw in the future, you just have to type 'ocw' in your terminal."
