Skip to content

Commit

Permalink
Start install script
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisma committed Jan 9, 2022
1 parent 9a3a556 commit d126bb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
5 changes: 2 additions & 3 deletions .condarc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
channels:
- defaults
- conda-forge
- http://idshost:5050/ids-skyworks
- defaults
# Package Cache
pkgs_dirs:
- /tmp/virt/conda-pkgs
- /tmp/viper/pkgs
14 changes: 5 additions & 9 deletions bootstrap → install_viper.sh
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
#!/bin/bash
help() {
echo ""
echo "virt environment bootstrap script"
echo " bootstrap [options] containing_path"
echo " Creates a virt environment at:"
echo "VIPER INSTALLER"
echo " install_viper.sh [options] containing_path"
echo " Creates a viper site environment at:"
echo " containing_path/virt_base"
echo ""
echo " Options:"
echo " -b --base: Name of base environment directory"
echo " Default is virt_base"
echo " -d --download: Force a download of the miniconda"
echo " installer to ensure the latest version"
echo " Default is viper_site"
echo " -f --file: Path to a conda env yaml file"
echo " Default is envs/environment-virt.yml"
echo " -h --help: Display this help message.It is also "
echo " displayed when called without any arguments"
echo " -n --name: Name of main user conda environment"
echo " Default is virt_base"
echo " -p --prod: Create production environments"
echo " Installs 2 environments, virt_base_a, virt_base_b"
echo " and a virt_base symbolic link selecting virt_base_a."
echo " -c --conda"
echo ""
exit 2
}
Expand Down

0 comments on commit d126bb0

Please sign in to comment.