Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • autosubmit autosubmit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 338
    • Issues 338
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • autosubmitautosubmit
  • Merge requests
  • !301

fixes the environment.yml for Albedo (AWI)

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Miguel Andrés Martínez requested to merge fix/conda_environment into master Jan 11, 2023
  • Overview 14
  • Commits 2
  • Pipelines 0
  • Changes 1

This merge fixes 2 problems we are having at AWI to install Autosubmit in our machine via conda:

  1. The python minor version of the command conda env create -f environment.yml -n autosubmit python-3.7 is ignored.
  2. Even when the correct version of python is install in the conda environment it still tries to use the system's default one. That's solved by adding ipython to the conda environment.

@dbeltran, I'm not sure if master is the correct branch to merge-request in this case.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix/conda_environment