Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Oceano2python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
US191
Oceano2python
Commits
dfdcb22a
Unverified
Commit
dfdcb22a
authored
3 years ago
by
jacques.grelet_ird.fr
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
add conda env export and create
parent
ef1bfe13
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/Readme-Python.txt
+15
-3
15 additions, 3 deletions
docs/Readme-Python.txt
with
15 additions
and
3 deletions
docs/Readme-Python.txt
+
15
−
3
View file @
dfdcb22a
...
@@ -4,9 +4,7 @@ J Grelet June 2011 - March 2019 - Avril 2021
...
@@ -4,9 +4,7 @@ J Grelet June 2011 - March 2019 - Avril 2021
Conda:
Conda:
-------
-------
Installer mini conda
Installer miniconda
> conda config --add channels conda-forge
> conda config --add channels conda-forge
...
@@ -18,6 +16,20 @@ It is possible to list all of the versions of matplotlib available on your platf
...
@@ -18,6 +16,20 @@ It is possible to list all of the versions of matplotlib available on your platf
> conda search matplotlib --channel conda-forge
> conda search matplotlib --channel conda-forge
Installation based on an YAML environment file
> conda env create -f environment<OS>.yml -n <new_env_name>
example:
> conda env create -f environment-windows.yml -n ms1
Export your environment
Duplicate your environment on other computer or OS, just export it to a YAML file:
>conda env export --no-builds > environment-windows.yml
Les listes:
Les listes:
-----------
-----------
...
...
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