Skip to content

Commit

Permalink
setup miniconda here
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloud User committed Jan 28, 2019
1 parent 003cb4a commit 6a94695
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions setup_hls4ml.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# User specific aliases and functions
# added by Miniconda3 4.5.12 installer
# >>> conda init >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$(CONDA_REPORT_ERRORS=false '/home/centos/miniconda3/bin/conda' shell.bash hook 2> /dev/null)"
if [ $? -eq 0 ]; then
\eval "$__conda_setup"
else
if [ -f "/home/centos/miniconda3/etc/profile.d/conda.sh" ]; then
. "/home/centos/miniconda3/etc/profile.d/conda.sh"
CONDA_CHANGEPS1=false conda activate base
else
\export PATH="/home/centos/miniconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda init <<<

0 comments on commit 6a94695

Please sign in to comment.