Conda-based Installer Instructions
These instructions present a general overview of the process, followed by a specific example. The instructions apply to Windows*.
General process for Online Installation
- Download the installer file.
- Create an installation folder (use any name you wish).
- Execute the installer using a console and specify the newly-created folder in the installation path.
General process for Offline Installation
- Download the installer file.
- Create an installation folder (use any name you wish).
- Execute the installer using a console and specify the newly-created folder in the installation path.
- Transfer the new folder to the machine(s) with no internet connection.
Example
1. Download intelpython3-2025.0.0_0-Windows-x86_64.exe
to:
bash C:\Users\user\Downloads
2. Create a new folder named:
bash C:\Users\user\python2025
3. Run installer file using the command:
bash start /wait file-name.exe /S /RegisterPython=0 /D= C:\Users\user\python2025
4. (Optional) For offline, no-internet connectivity installations, move the folder you just created to the target machines.
In this example, the installation folder \python2025\ is completely redistributable.
For more information, see the Get Started Guide.