About 50 results
Open links in new tab
  1. Install Python with cmd or powershell - Stack Overflow

    Sep 30, 2018 · My question is if you can install python with powershell, cmd, vbs or any other language built into Windows already? If this was already asked please redirect me to the answer.

  2. python - Trying to Install latest python3 version using powershell ...

    Mar 9, 2010 · 1 I am currently installing python3 by hardcoding the version in my script. I am trying to figure out what I can do to always install the latest stable version of python on the windows agent.

  3. powershell - Downloading and installing Python via a batch file - Stack ...

    I am attempting to use PowerShell to download the Python 3 installer from the Python website into a specific directory, then silently run/install the .exe file in that same directory and then add the …

  4. Install Python from Powershell script - Stack Overflow

    Aug 8, 2023 · The following command successfully installs Python on Windows 11 when run from the PowerShell command line as Administrator: c:/temp/python-3.11.4-amd64.exe /quiet InstallAllUsers=0

  5. python - How to install pip back into a windows PowerShell and …

    Dec 24, 2023 · Yesterday I accidentally deleted my pip command on windows 11 and I'm wondering how to reinstall it without having to reinstall python. I find it impossible to install some Python …

  6. python - How do I install pip on Windows? - Stack Overflow

    pip is a replacement for easy_install. But should I install pip using easy_install on Windows? Is there a better way?

  7. How to install packages with pip in Windows PowerShell

    Jun 21, 2015 · Starting from Python versions 2.7.9 and 3.4.0, 'pip' is already included in the regular install. Check if the path to the 'Scripts' directory inside your Python installation directory is contained …

  8. powershell - Uninstall all Python versions via Intune and install only ...

    Jan 22, 2025 · Install only the latest version of Python (3.13.1). When I run the script locally, launching PowerShell as Administrator, everything works as expected: all Python installations are removed, …

  9. python - How to fix Jupyter Lab installation on Windows 11 (using ...

    Sep 19, 2025 · On Windows 11 I had jupyter lab running before (on PowerShell), but now it seems to be gone. I installed and reinstalled jupyter lab: pip uninstall jupyterlab pip install jupyterlab but this does ...

  10. How do I install Python packages on Windows? - Stack Overflow

    Nov 24, 2014 · It of course assumes python is installed in c drive. For people using PowerShell, in case you install python to a directory whose path has a space in it, use cd ("path") to change the directory.