[
https://issues.apache.org/jira/browse/CLIMATE-711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15018899#comment-15018899
]
ASF GitHub Bot commented on CLIMATE-711:
----------------------------------------
GitHub user MJJoyce opened a pull request:
https://github.com/apache/climate/pull/265
CLIMATE-711 - Resolve bashrc sourcing issue in conda-install
- The conda-install.sh Easy-OCW script now sets PS1 prior to attempting
to source bashrc to ensure that conda is locatable after install.
- The post-miniconda bashrc source has been moved out the miniconda
install block.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MJJoyce/climate CLIMATE-711
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/climate/pull/265.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 #265
----
commit d57b4ad15bda955596151f54a387fcaaa5ee3f20
Author: Michael Joyce <[email protected]>
Date: 2015-11-20T22:07:28Z
CLIMATE-711 - Resolve bashrc sourcing issue in conda-install
- The conda-install.sh Easy-OCW script now sets PS1 prior to attempting
to source bashrc to ensure that conda is locatable after install.
- The post-miniconda bashrc source has been moved out the miniconda
install block.
----
> conda-install won't source .bashrc properly
> -------------------------------------------
>
> Key: CLIMATE-711
> URL: https://issues.apache.org/jira/browse/CLIMATE-711
> Project: Apache Open Climate Workbench
> Issue Type: Bug
> Components: build process, easy-ocw
> Affects Versions: 1.0.0
> Reporter: Michael Joyce
> Assignee: Michael Joyce
> Fix For: 1.1
>
>
> The new conda-install script needs to source the .bashrc file post-miniconda
> install. However, if the bashrc checks for "interactive mode" (i.e., is PS1
> set) it will fail to source the file and be unable to find conda.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)