Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cspp-geo-gridded-glm
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cspp_geo
cspp-geo-gridded-glm
Merge requests
!4
Something went wrong on our end
add satpy to our buildbucket
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add satpy to our buildbucket
nickb-add-satpy-PR
into
master
Overview
0
Commits
12
Pipelines
0
Changes
1
Merged
Nick Bearson
requested to merge
nickb-add-satpy-PR
into
master
4 years ago
Overview
0
Commits
12
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
3301178b
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
3301178b
prefer our code & runtime over whatever's already in the user's $PATH
· 3301178b
Nick Bearson
authored
4 years ago
gridded_glm/bin/env.sh
+
1
−
1
Options
@@ -28,4 +28,4 @@ fi
unset
PYTHONPATH
unset
LD_LIBRARY_PATH
export
PATH
=
$PATH
:
$CSPP_GEO_GGLM_HOME
/bin:
$CSPP_GEO_GGLM_HOME
/opt/conda/bin
\ No newline at end of file
export
PATH
=
$CSPP_GEO_GGLM_HOME
/bin:
$CSPP_GEO_GGLM_HOME
/opt/conda/bin:
$PATH
\ No newline at end of file
Loading