Download Anaconda Distribution manually from one of the links above or use To run the Windows installer for Anaconda in silent mode, use the
curl -O
to download via your CLI./S
argument. The following optional arguments are supported:/InstallationType=[JustMe|AllUsers]
—Default isJustMe
./AddToPath=[0|1]
—Default is0
./RegisterPython=[0|1]
—Make this the system’s default Python. Default is0
./S
—Install in silent mode./D=<installation path>
—Destination installation path. Must be the last argument. Do not wrap in quotation marks. Required if installing in silent mode.
As of
Anaconda Distribution 2022.05
, the option to add Anaconda to the PATH environment variable during an All Users installation has been disabled. This was done to address a security exploit. You can still add Anaconda to the PATH environment variable during a Just Me installation.