About 50 results
Open links in new tab
  1. How do I add Python to the Windows PATH? - Super User

    16 For anyone trying to achieve this with Python 3.3+, the Windows installer now includes an option to add python.exe to the system search path. Read more in the docs.

  2. Full name of Windows user name (in Domain) using Python

    Aug 11, 2017 · You'd perform a lookup on the user, followed by getting the displayName attribute. (This maps to the Full Name displayed in Windows.) You have two options here: Using a Python AD …

  3. python - How do I alias python3 on Windows? - Super User

    Aug 10, 2020 · For Windows versions of Python (i.e. not WSL), python3 is not typically a standard alias. That is, the Python 3.x executable is usually just python (python.exe). Be aware that python.exe …

  4. How to run python from Windows cmd? - Super User

    Sep 7, 2023 · You are showing linux commands. Are you running this from straight cmd.exe or using bash from a sub linux os on the system? I would however advise against associating files directly …

  5. windows - How to install the win32com python library - Super User

    Jun 19, 2013 · Did you install the right binary of Python for Windows extensions for your version of Python? For example, if you install 64-bit Python, then install the 32-bit extensions, the pure-Python …

  6. Open .py file in Python IDLE edit mode on Windows 11

    Jul 30, 2023 · Recently I upgraded from Windows 10 to Windows 11. Then I reinstalled Python on my PC. Previously, when I right-clicked, it had the option in the context menu to edit the file with IDLE. …

  7. Making `#!/usr/bin/env python` work on Windows - Super User

    Install Python to C:\Python and add the C:\Python folder where python.exe lives and the Scripts directory that lives inside it to your PATH environment variable at the system or user level.

  8. Why doesn’t Shift+Enter send code to Python interactive in VS Code?

    Jul 19, 2019 · I'm currently setting up a Python development environment with Anaconda and VS Code. On my old laptop, I could run python code by pressing Shift + Enter and VS Code would send it to …

  9. python - pip and SSL certificate errors - Super User

    Mar 12, 2014 · 12 I am trying to install a library via pip. I have a problem with SSL certificate, even when using the --cert. Trying this on windows (pip version 1.5.4,python version 2.7.6):

  10. Schedule [Virtualenv Dependent] Python Script with Windows Task ...

    Nov 4, 2016 · I want to schedule a Python script to start at 3AM and break at 5PM every weekday. However the problem arises when I need to start virtualenv as all the packages are install in a virtual …