Skip to content

Commit

Permalink
update installer
Browse files Browse the repository at this point in the history
  • Loading branch information
jarq6c committed Oct 25, 2021
1 parent b9c849a commit 73fd673
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
REPOSITORY=https://repo.anaconda.com/miniconda
INSTALLER=Miniconda3-py38_4.9.2-Linux-x86_64.sh
HASH=1314b90489f154602fd794accfc90446111514a5a72fe1f71ab83e07de9504a7
INSTALLER=Miniconda3-py38_4.10.3-Linux-x86_64.sh
HASH=935d72deb16e42739d69644977290395561b7a6db059b316958d97939e9bdf3d
HASHFILE=sha256sum.txt
PYENV=miniconda3
PYTHON=$(PYENV)/bin/python3
CONDA=$(PYENV)/bin/conda

.PHONY: checksum clean

$(PYENV)/bin/activate: checksum
test -d $(PYENV) || bash ./$(INSTALLER) -b -p $(PYENV)
$(PYTHON) -m pip install -U pip wheel
$(CONDA) update conda -y
$(CONDA) install pip wheel -y
touch $(PYENV)/bin/activate

checksum: $(INSTALLER) $(HASHFILE)
Expand Down

0 comments on commit 73fd673

Please sign in to comment.