About 262,000 results
Open links in new tab
  1. Multiple Python versions on the same machine? - Stack Overflow

    Mar 8, 2019 · Installing multiple versions On Unix and Mac systems if you intend to install multiple versions of Python using the same installation prefix (--prefix argument to the configure script) you …

  2. How do I install python on alpine linux? - Stack Overflow

    Jun 24, 2020 · How do I install python3 and python3-pip on an alpine based image (without using a python image)? $ apk add --update python3.8 python3-pip ERROR: unsatisfiable constraints: …

  3. linux - Installing python modules on Ubuntu - Stack Overflow

    I need to install some modules for python on Ubuntu Linux 12.04. I want pygame and livewires but I'm not sure how to install them. I have the py file for livewires, which has been specially edit...

  4. How to install python in a docker image? - Stack Overflow

    Nov 10, 2017 · In the event that you need a particular version of python, for example python 2.7, you can type RUN sudo apt-get install python2.7.

  5. linux - Install tkinter for Python - Stack Overflow

    Then re-run python setup.py build and python setup.py install in your python installation directory - and it should work. It worked for me - and I can now import Tkinter etc to my heart's content - yipidy-yay.

  6. linux - apt-get install for different python versions - Stack Overflow

    Jun 9, 2012 · Note that the Debian - and Ubuntu - systems devised a way to run parallel official Python's in /usr, and to have apt-get to install Python packages to both Python versions at once. This mostly …

  7. I don't have python but I have python3 - Stack Overflow

    May 15, 2021 · In case you want to change this behavior and use python to run python 3, try installing a package named python-is-python3. Then you can run python --version and see that it points to …

  8. linux - How to update-alternatives to Python 3 without breaking apt ...

    The other day I decided that I wanted the command python to default to firing up python3 instead of python2. So I did this: $ sudo update-alternatives --install /usr/bin/python python /usr/bin/py...

  9. How to install an older version of python - Stack Overflow

    Apr 23, 2016 · How can I install python 3.4 (Windows version) when a newer version (3.5.1) is now available. My app specifically is looking for 3.4. I can't seem to find a download for any of the older …

  10. Unable to install Python without sudo access - Stack Overflow

    Mar 8, 2009 · However, you can install the readline standalone package as follows: Adding Readline Functionality Without Recompiling Python On the other hand, if you prefer to compile python using a …