I'm trying to install Qiime 2 on Windows machine for microbiome data analysis and my understanding is that part of this process involves installing MiniConda within Windows Subsystem for Linux.
When I enter this line wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
in WSL to download MiniConda, I get the following output.
--2024-11-19 10:04:03-- https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.shResolving repo.anaconda.com (repo.anaconda.com)... 104.16.191.158, 104.16.32.241Connecting to repo.anaconda.com (repo.anaconda.com)|104.16.191.158|:443... failed: Connection timed out.Connecting to repo.anaconda.com (repo.anaconda.com)|104.16.32.241|:443... failed: Connection timed out.Retrying.
until the connection times out.
My computer is connected to the internet. How can I connect to the anaconda website within WSL?
Thanks for your help.