Skip to content

Commit

Permalink
retrire history (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
twicki authored Oct 23, 2023
1 parent c1431a0 commit a3fd075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions tmpl/tools/setup_env.sh.j2
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#!/bin/bash
#
# Create conda environment with pinned or unpinned requirements
#
# - 2022-08 (D. Regenass) Write original script
# - 2022-09 (S. Ruedisuehli) Refactor; add some options
#


if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then
echo "Please simply call the script instead of sourcing it!"
Expand Down
5 changes: 1 addition & 4 deletions tmpl/tools/setup_miniconda.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#!/bin/bash
#
# Install miniconda if necessary
#
# - 2022-08 (D. Regenass) Write original script
# - 2022-09 (S. Ruedisuehli) Refactor
#


if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then
echo "Please simply call the script instead of sourcing it!"
Expand Down

0 comments on commit a3fd075

Please sign in to comment.