About 50 results
Open links in new tab
  1. python - PyCharm by JetBrains installation - Ask Ubuntu

    I want to install the PyCharm IDE by JetBrains for Python (free community edition). I managed to download the PyCharm community version, but I do not know how to install it. Can you please help me?

  2. 18.04 - Install previous version of Pycharm (snap) - Ask Ubuntu

    Nov 27, 2018 · Is it not possible to install an older version of Pycharm community using snap? I tried snap install pycharm-community=2018.2.5 but it does not work.

  3. How to install JetBrains ToolBox in Ubuntu 22.04 LTS?

    May 27, 2022 · JetBrains Toolbox INSTALLATION INSTRUCTIONS Unpack the downloaded JetBrains Toolbox App distribution archive to the location where you want to install the program. We will refer …

  4. software installation - Pycharm Icon on the Desktop - Ask Ubuntu

    Jan 23, 2025 · I managed to install Pycharm under /opt on my 20.04. I have attached the installation steps to the post. But there is no icon of "Pycharm" when I search Pycharm in Show …

  5. How to create a folder under /opt for Pycharm installation

    Jan 21, 2025 · I would like to install Pycharm. I have found at some web pages that Pycharm need to be install under /opt folder. I tried to create a new folder for Pycharm installation under /opt folder but …

  6. Install PycURL in my virtual environment in PyCharm

    Mar 8, 2020 · To install python3-pycurl open the terminal and type: sudo apt install python3-pycurl Next you must configure your PyCharm project to find the python3-pycurl package that you installed. …

  7. Install pycharm-community on ubuntu 16.04

    Nov 5, 2020 · The pycharm-community snap package can be installed from the terminal in all currently supported versions of Ubuntu with the following command: sudo snap install pycharm-community - …

  8. Unable to install "<PACKAGE>": snap "<PACKAGE>" has "install-snap ...

    Jul 2, 2018 · Unable to install "<PACKAGE>": snap "<PACKAGE>" has "install-snap" change in progress Ask Question Asked 7 years, 11 months ago Modified 5 years, 2 months ago

  9. ModuleNotFoundError: No module named 'distutils.util'

    May 15, 2020 · I had the same problem trying to install the pandas package through PyCharm IDE in Ubuntu 22.04. I solved the issue by changing the interpreter in Settings → Project → Python …

  10. python - How to install PyCharm from zip file? - Ask Ubuntu

    Jul 23, 2020 · I have downloaded PyCharm and unzipped using unzip command. By using help from the internet I did everything to install it, but the ./configure command shows me an error: bash: …