About 235,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. python - bash: pip: command not found - Stack Overflow

    Mar 20, 2012 · 561 Why not just do sudo easy_install pip or if this is for python 2.6 sudo easy_install-2.6 pip? This installs pip using the default python package installer system and saves you the hassle of …

  3. python - How to install a module for all users with pip on linux ...

    With Ubuntu 18.04, using the command sudo pip install stuff-name does not suffice, in my case, in order to install the modules in the global path (it keeps looking at the local-user python path).

  4. installing python packages without internet and using source code as ...

    installing python packages without internet and using source code as .tar.gz and .whl Asked 9 years, 8 months ago Modified 1 year, 8 months ago Viewed 286k times

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

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

  7. 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: …

  8. Pyenv getting stuck when installing Python version >=3.11 on WSL

    Mar 22, 2024 · I installed pyenv on Ubuntu (WSL) via the automatic installer and configured the Zsh shell as described in the installation manual. Now, I am trying to install Python version 3.12.2 and the …

  9. 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. …

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

    Jun 9, 2012 · 11 Python has got its own package managing facilities, in parallel to the one sets by the Linux distributions (including Ubuntu). The repository is the Pypi - Python Package Index, and …