Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C conda-install
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • hpc-team
  • conda-install
  • Merge requests
  • !2

Edit conda-install script

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Kiowa Scott-Hurley requested to merge edit-install into master May 18, 2021
  • Overview 0
  • Commits 4
  • Pipelines 0
  • Changes 1

I've made some small changes (<20 lines) in preparation of advertising the miniconda install script on docs.massive following some feedback.

  1. There is now a section that checks if the filepath to install miniconda in ends in /miniconda, and adds it if it doesn't, per Adam's feedback. Without this, if you try to install in /home/ksco0005 for example, I'll get an error about the directory already existing despite there being no conda install there.

  2. We run the lines of code that specify packages and envs should be stored in the install directory instead of $HOME - I don't know if there is a better place/time to run this step?

  3. I've changed SAMPLEENVNAME to mypythonenv to match the docs.massive terminology for consistency

  4. I've also changed the instructions for conda create to include "python=3.6" so Python gets installed with your env, per comments from Jaf and Adam on my draft Python docs.

Let me know if there's anything glaringly wrong, I am not a bash programmer.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: edit-install