how to make python 3.10 32 bit to be available in company portal

Suja S 0 Reputation points
2026-06-17T08:46:13.8833333+00:00

how to make python 3.10 32 bit to be available in company portal

Microsoft Security | Intune | Application management
0 comments No comments

1 answer

Sort by: Most helpful
  1. AI answer

    2026-06-17T08:46:23.2166667+00:00

    To make Python 3.10 32-bit available in the Company Portal for users via Intune, package it as a Windows app and deploy it through Intune so it appears in the Company Portal catalog.

    A common low-friction approach is:

    1. Obtain the Python 3.10 32-bit installer (e.g., standard CPython MSI/EXE) and host it in a location accessible to clients (for example, a low-cost storage option such as Azure Blob Storage or GitHub Releases).
    2. In the Intune admin center, create a Windows app for this installer (for example, as a Win32 app or line-of-business app, depending on the installer format and your packaging choice).
    3. Configure install/uninstall commands and detection rules for Python 3.10 32-bit.
    4. Under Assignments, assign the app as Available to the desired user or device groups so it shows up in the Company Portal.
    5. Users then open the Company Portal app on Windows 11 devices (the private app repository) and install Python 3.10 32-bit from the list of available apps.

    If Python is needed as part of a broader development setup, ensure that the version you package aligns with your supported tooling (for example, Visual Studio or VS Code guidance that recommends Python 3.10 or later and use of virtual environments).


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.