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 (Your file name and folder name may be different):
1. Download intelpython3--x86_64.exe
to:
bash C:\Users\user\Downloads
2. Create a new folder for the installation (Remember, name the folder as you wish): For example,
bash C:\Users\user\python2025
3. Run the installer file by entering the command:
bash start /wait <file-name-number-goes-here>.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.