About 971,000 results
Open links in new tab
  1. Installing Python 3 on RHEL - Stack Overflow

    The article How to install Python 3 on RHEL has up-to-date steps for Python 3.6 via software collections and many tips for working with RHSCLs, Python, and virtual environments.

  2. python - How do I solve "error: externally-managed-environment" …

    987 When I run pip install xyz on a Linux machine (using Debian or Ubuntu or a derived Linux distribution), I get this error: error: externally-managed-environment × This environment is …

  3. 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?

  4. How to create a venv with a different Python version

    Dec 20, 2021 · Install more Python versions To install more Python versions, just change the version number from 3.9 to which ever version you choose, that is available from the …

  5. Installation guide for Python 3.7 for Windows 11 - Stack Overflow

    Nov 8, 2023 · If you really must use Python 3.7 (which, as you noted, has reached end-of-life), the most up-to-date version, with security patches, is 3.7.17. Download either of the two files listed …

  6. How to install Python using Windows Command Prompt

    Sep 5, 2017 · Another alternative is to use , e.g., winget install -e --id Python.Python.3.11. Should work out of the box in Windows 11 and modern installations of Windows 10 - according to the …

  7. How to install python with conda? - Stack Overflow

    Aug 2, 2020 · I guessed that maybe Python 3.10 is too new, so I tried downgrading to 3.9 via conda create --name python_3.9 python=3.9 This was even worse, it only downloaded 12 new …

  8. How to install pip with Python 3? - Stack Overflow

    Python 3.4+ and Python 2.7.9+ Good news! Python 3.4 (released March 2014) ships with Pip. This is the best feature of any Python release. It makes the community's wealth of libraries …

  9. pip - Upgrade Python in a virtual environment - Stack Overflow

    Is there a way to upgrade the version of Python used in a virtual environment (e.g., if a bugfix release comes out)? I could pip freeze --local > requirements.txt, remove the directory, and pip

  10. How to install Python 3.6 on Ubuntu 22.04? - Stack Overflow

    May 3, 2022 · I need to install this specific Python version, to prepare a developer environment, because I'm maintaining a system with multiple libraries based on python 3.6.9. I recently …