Skip to content

[Template] - Requesting conda #28

Description

@MG-ng

Would be nice to have a template for Anaconda… ChatGPT suggested the following for the .gitpod.yml, but I have no expertise on judging this:

tasks:
  - name: Install Miniconda
    command: |
      wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
      bash miniconda.sh -b -p $HOME/miniconda
      export PATH="$HOME/miniconda/bin:$PATH"
      echo "export PATH=\"$HOME/miniconda/bin:$PATH\"" >> $HOME/.bashrc
      rm miniconda.sh
      hash -r
      conda config --set always_yes yes --set changeps1 no
      conda update -q conda
    background: true

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions