[
https://issues.apache.org/jira/browse/CLIMATE-548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14211516#comment-14211516
]
ASF GitHub Bot commented on CLIMATE-548:
----------------------------------------
GitHub user lewismc opened a pull request:
https://github.com/apache/climate/pull/137
CLIMATE-548 Vagrant references should not exist in easy-ocw ubuntu script
Pull request for https://issues.apache.org/jira/browse/CLIMATE-548
Additionally, this patch renames the Ubuntu install script and also updates
this within the Vagrant file.
The Mac OSX script is not named by version, the Ubuntu script should shadow
this behavior.
I am NOT sure about the new Python parth... is it OK to assume that Climate
will always ben installed in ${HOME}/climate ?
i personally don't think it is but I want to hear from others please.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lewismc/climate CLIMATE-548
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/climate/pull/137.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #137
----
commit ea719279d9e257001d82bf9407fb9bfbe0985571
Author: Lewis John McGibbney <[email protected]>
Date: 2014-11-13T23:42:29Z
CLIMATE-548 Vagrant references should not exist in easy-ocw ubuntu script
commit bf966683d2e828864ac88fd5b1d88e8f74a25534
Author: Lewis John McGibbney <[email protected]>
Date: 2014-11-13T23:55:15Z
CLIMATE-548 Vagrant references should not exist in easy-ocw ubuntu script
----
> Vagrant references should not exist in easy-ocw ubuntu script
> -------------------------------------------------------------
>
> Key: CLIMATE-548
> URL: https://issues.apache.org/jira/browse/CLIMATE-548
> Project: Apache Open Climate Workbench
> Issue Type: Bug
> Components: easy-ocw
> Affects Versions: 0.4
> Reporter: Lewis John McGibbney
> Assignee: Lewis John McGibbney
> Fix For: 0.5
>
>
> I am having an issue with easy-ocw script when building on Ubuntu 14.04 LTS
> using the Ubuntu script. Yes I know that the script is intended for 12.04!!!
> The issue is in the following line (0) where vagrant is specifically
> mentioned!
> {code}
> echo "export
> PYTHONPATH=/home/vagrant/climate:/home/vagrant/climate/ocw/:/home/vagrant/climate/rcmet/src/main/python/rcmes"
> >> /home/vagrant/.bashrc
> {code}
> ... I get this
> {code}
> Updating PYTHONPATH ...
> ./easy-ocw/install-ubuntu-12_04.sh: line 188: /home/vagrant/.bashrc: No
> such file or directory
> done
> {code}
> (0)
> https://github.com/apache/climate/blob/master/easy-ocw/install-ubuntu-12_04.sh#L188
> Can we possibly agree on something else which can replace the /home/vagrant
> path?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)