About 243,000 results
Open links in new tab
  1. 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 …

  2. linux - Install tkinter for Python - Stack Overflow

    If you're a Linux newbie like me, note that if apt-get has problems finding / installing python3-tk, try running sudo apt-get update first. In my 32-bit Linux Mint 18.3 system, Synaptic and apt-get seem to …

  3. Install python3-venv module on linux mint - Stack Overflow

    After moving to Linux Mint 17.3, I am not able to the install python3-venv module, which is said to be the replacement for virtualenv in python 3.x. In my linux mint 16 I had access to pyvenv-3.4 tool.

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

    1006 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 externally …

  5. How do I set Python 3.11.1 as default in Linux Mint?

    Dec 27, 2022 · I'm running Linux Mint 21.1, and I'm trying to set the Python 3.11.1 interpreter as default. The problem is that I simply cannot get the command "python3" to point to my Python 3.11.1 …

  6. how to install turtle with python3 on linux - Stack Overflow

    Oct 6, 2016 · furas Over a year ago @FrederickOllinger read my answer - python3-tk is NOT python module but linux module and you have to use apt (on Ubuntu/Mint) or similar tool to install it. BTW. …

  7. How to change python3 to default in linux mint - Stack Overflow

    Jan 26, 2020 · I have a little problem with changing python3 to default in newly installed operating system linux Mint 19.3. It was pretty easy on Ubuntu 16.04 but now I need small help here. So, I run …

  8. python - Unable to install tkinter on Linux Mint 21.3 Cinnamon ...

    Apr 17, 2024 · No luck. sudo apt-get update sudo apt-get install python3-tk I guess the issue is 'initrafms-tools' (on Linux Mint 21.3 Cinnamon) specific per the output and not just to tkinter.

  9. Install python 32 bit on 64 bit linux - Stack Overflow

    7 I basically have two questions: How do you install 32bit python alongside 64bit python on linux? How do I fix my broken system from the failed attempt below? I just tried to install 32bit python alongside …

  10. python - Installing pip locally without root privileges - Stack Overflow

    1 For installing pip as user without sudo access, check: How to install pip (python) to user without root access. Also, you need a virtual environment and for that you may use virtualenv. As the virtual …