As we know miniconda once installed in a machine is not relocatable as it carries installed directory prefixes.
so if i want to install miniconda in machine without internet access , will the installer available in this website works Miniconda β conda documentation ? or will it look for internet connectivity to download something ?
Thanks in advance.
1 Like
IIRC, you can install either Miniconda or Anaconda without an internet connection. The question is βDo you want to install new packages afterwards?β
Cause if so, then you wonβt be able to install much, unless you prepared your own local channel to download of
1 Like
When you use the Miniconda installer, it will install Conda and the specified packages from the installer itself, without needing to download anything from the internet during the installation process.
1 Like