About 918,000 results
Open links in new tab
  1. How to find python installation directory on Ubuntu

    Apr 1, 2017 · I have installed Python 3.2 in a separate directory. How can I get the python installation path in Ubuntu shell? Is there any way I can let the shell know/choose at runtime …

  2. How do I install a different Python version using apt-get?

    Jul 13, 2015 · How can I install a different version of Python using apt-get? Obviously I realise I can install using the source tar ball, however I would prefer not to install from source and …

  3. how to install keyboard module python 3.12.3 on linux mint

    Apr 16, 2025 · @EkainMartin module pynput doesn't need root access. keyboard documentation menthion this limitations: To avoid depending on X, the Linux parts reads raw device files …

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

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

    sudo yum install python-setuptools sudo easy_install pip Installing pip on CentOS 7 for Python 3.x Assuming you installed Python 3.4 from EPEL, you can install Python 3's setup tools and use …

  6. How do I properly update Python? - Ask Ubuntu

    Jan 19, 2025 · I believe when python 2.x and python 3 coexist (and it is usually the case in many distros), python is alias to python 2.x, and only by invoking python3 you can launch python 3.x. …

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

  8. python - Python3: ImportError: No module named '_ctypes' when …

    Search Python:Select Interpreter and try your OS default version (The version you get when you run python3 --version If the issue is still not resolved, run sudo apt-get install libffi-dev.

  9. python - How to install python3.8 on Ubuntu 23.04? - Ask Ubuntu

    Nov 21, 2023 · Never uninstall, replace, or conflict with the version of python3 included with your install of Ubuntu. Ubuntu depends upon that exact version to function. To install a different …

  10. python - How can I install packages using pip according to the ...

    Information on --no-index from command pip help install --no-index Ignore package index (only looking at --find-links URLs instead). Information on --find-links from command pip help install …