Skip to content

Commit

Permalink
remove init
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew MacManes committed Feb 26, 2019
1 parent e072807 commit bf3d56a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ else
${DIR}/software/anaconda/install/bin/conda update -y -n base conda; \
echo ". ${DIR}/Oyster_River_Protocol/software/anaconda/install/etc/profile.d/conda.sh" >> ~/.bashrc; \
source ~/.bashrc; \
${DIR}/software/anaconda/install/bin/conda init bash; \
source ~/.bashrc; \
${DIR}/software/anaconda/install/bin/conda deactivate; \
source ${DIR}/software/anaconda/install/bin/deactivate; \
)
( \
${DIR}/software/anaconda/install/bin/conda install -y pycryptosat; \
Expand Down

0 comments on commit bf3d56a

Please sign in to comment.