anaconda repository list
- download repodata.json
wget -c -r --no-parent https://repo.continuum.io/pkgs/main/win-64/repodata2.json wget -c -r --no-parent --regex-type pcre --accept-regex '(.\.json)' https://repo.continuum.io/pkgs/main/win-64/ wget -c -r --no-parent --regex-type pcre --accept-regex '(.\.json)' https://repo.continuum.io/pkgs/main/noarch/ wget -c -r --no-parent --regex-type pcre --accept-regex '(.\.json)' https://repo.continuum.io/pkgs/free/win-64/ wget -c -r --no-parent --regex-type pcre --accept-regex '(.\.json)' https://repo.continuum.io/pkgs/free/noarch/
- make download packages list (list.txt)
cd '<local repository root>' python repo_win-64_noarch.py
- download packages...
wget -c -r -i list.txt