About 50 results
Open links in new tab
  1. How to update Python version in Terminal? - Stack Overflow

    Mar 9, 2013 · 10 I've updated my version of Python to 3.11, but Terminal is printing different versions, depending on what command I enter. Entering python3 --version prints Python …

  2. How do I upgrade the Python installation in Windows 10?

    Jul 17, 2017 · I have a Python 2.7.11 installed on one of my LAB stations. I would like to upgrade Python to at least 3.5. How should I do that ? Should I prefer to completely uninstall 2.7.11 and …

  3. How to update Python? - Stack Overflow

    Feb 27, 2013 · Check out Python-Future on how to make your Python-2 code compatible with Python-3. For updating conda, the documentation now recommends using conda update --all …

  4. macos - How do I upgrade python on Mac? - Stack Overflow

    May 6, 2024 · 3 I want to upgrade my version of python on Mac but I just can figure out how to do it. Can I do: pip3 install python3 or: pip3 upgrade python3 or: pip3 install python or: pip3 …

  5. macos - Updating Python on Mac - Stack Overflow

    Apr 27, 2017 · 201 I wanted to update my python 2.6.1 to 3.x on mac but I was wondering if it's possible to do it using the terminal or I have to download the installer from python website? I …

  6. 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

  7. How can I update to the latest Python version using conda?

    Aug 27, 2018 · What if I try to update my python version using the conda update command If you are running an older version of python in your conda base environment, you can try to update …

  8. linux - How do I update a Python package? - Stack Overflow

    Many of them provide specific python modules via distro packages and some of those distros (RHEL in particular) can break hard if you updating shit ... not to mention the fact that if you …

  9. How to upgrade all Python packages with pip - Stack Overflow

    Apr 9, 2016 · Is it possible to upgrade all Python packages at one time with pip? Note: that there is a feature request for this on the official issue tracker.

  10. PyCharm Updating python interpreter takes too long ( Setup …

    Oct 31, 2023 · There are no issues in transferring files to/from the remote server using ssh/rsync. I would normally expect PyCharm to take a little time to update the python interpreter and then …