Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pyicon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Nils Brüggemann
pyicon
Commits
d75b450e
Commit
d75b450e
authored
7 months ago
by
Nils Brüggemann
Committed by
Fraser William Goldsworth
1 month ago
Browse files
Options
Downloads
Patches
Plain Diff
act_pyicon_py311.sh: Fixed broken path to conda env.
parent
7deaf924
No related branches found
No related tags found
1 merge request
!42
Draft: cartopy projections
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/act_pyicon_py311.sh
+1
-6
1 addition, 6 deletions
tools/act_pyicon_py311.sh
with
1 addition
and
6 deletions
tools/act_pyicon_py311.sh
+
1
−
6
View file @
d75b450e
...
...
@@ -4,11 +4,9 @@ t1=`date +%Y-%m-%d_%H-%M-%S`
# --- conda env settings
# script to working conda environment
path_conda_bin
=
"miniforge3/bin/"
path_conda_bin
=
"
/home/m/m300602/
miniforge3/bin/"
# name of working conda environment
#conda_env="/home/m/m300602/miniconda3/envs/pyicon_py39"
conda_env
=
"/home/m/m300602/miniforge3/envs/pyicon_py311"
#conda_env="/home/m/m300602/.conda/envs/pyicon_py39_cartopy19"
# --- add pyicon to PYTHONPATH
PYICON_PATH
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
/.."
>
/dev/null 2>&1
&&
pwd
)
"
#problem: takes directory of source script as base
...
...
@@ -27,9 +25,6 @@ source ${path_conda_bin}/activate ${conda_env}
echo
""
# --- print some information
conda_path
=
`
which conda
`
echo
"Active conda:"
echo
"
${
conda_path
}
"
python_path
=
`
which python
`
echo
"Active python:"
echo
"
${
python_path
}
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment