Search This Blog

Install pre-requisites for flake8 (python language server) on Linux

  • Install pip:
    sudo apt install python3-pip
  • Check python version:
    python3 --version
    Python 3.10.6
  • Install virtualenv:
    sudo apt install python3.10-virtualenv

No comments:

Post a Comment