Как обновить pycharm ubuntu
Не могли бы Вы уточнить мне правильный способ обновление PyCharm на Linux?
невозможно ли обновить PyCharm внутренне?
на help > check for update Я могу просто загрузить новый архив.
должен ли я удалить предыдущую папку с PyCharm и распаковать новую или я должен по-другому для этого?
Обновление Патча В Приложении
С версии 2017 года вперед, теперь можно выполнить бесшовное обновление без необходимости загружать tarball. PyCharm предложит вам, что обновление доступно.
если вы установили в разделе / opt, временно повысить привилегии:
если выбрано, PyCharm обновит себя и после перезапуска предложит вам импортировать ваш предыдущий конфиг, файл, который обычно находится здесь:
как только вы закончите, повторно примените привилегии root
при обновлении с помощью tarball
недавно я обновился с версии 2017.2 до 2017.5 и сделал это с помощью tarball, который я ранее загрузил. Это также довольно просто:
- извлечь tarball в предпочтительном месте
- удалить существующий каталог pycharm
- запуск и импорт config
единственная загвоздка, которую я нашел, была после обновления, мой desktop launcher была сломана. Если вам случится столкнуться с этим, найдите .столе файлы, используя такой инструмент найти:
вывод должен быть примерно таким:
отредактируйте эти строки the affected .файлы рабочего стола,если неправильный, чтобы соответствовать вашему пути PyCharm:
в Linux вы должны удалить старый каталог pyCharm и начать использовать новый пакет. Другого выхода нет, по крайней мере сейчас.
при запуске новой версии вам будет предложено импортировать файлы конфигурации. Вы можете найти старые файлы конфигурации в (скрытом) каталоге в вашей домашней папке. Например:
попробуйте запустить следующее с вашего терминала после перехода в папку Загрузки pycharm
при запуске выше он будет просить об обновлении, а также импортировать настройки из старой версии. Пожалуйста, обратитесь по этой ссылке:
решение в ссылке сработало для меня.
когда PyCharm не позволит вам обновить из-за отсутствия прав, вы можете временно добавить права на чтение и запись для других пользователей в каталог PyCharm и его содержимое или изменить владельца каталога PyCharm, если каждый файл уже имеет права на чтение и запись для владельца файла.
предполагая, что вы установили PyCharm in / opt / pycharm-professional, как это:
Это было бы далеко, чтобы достичь его:
$ sudo chown -R yourusername:root /opt/pycharm-professional
пресс Alt + H и Alt + C проверить наличие обновлений и применять их.
закройте PyCharm и не забудьте сбросить право собственности!
$ sudo chown -R root:root /opt/pycharm-professional
Я буду обновлять из сообщества PyCharm 4.0.6, установленного в
/Environment/ в сообщество PyCharm 4.5 на Fedora 21. изменить каталоги, имена выпусков и номера версий, чтобы соответствовать вашей ситуации.
скопируйте pycharm-*.смола.gz к текущему местоположению установки PyCharm (убедитесь, что у вас есть разрешения rw для этот каталог, мой в
удалите старую установку PyCharm:
удалите pycharm -*.смола.gz для сохранения дискового пространства (необязательно):
PyCharm на Linux не требует специальной установки или запуска какого-либо сценария установки. Теперь вы должны иметь возможность запускать PyCharm:
мой загорелся прямо, открыл мои проекты, файлы и настройки, как и раньше.
/.PyCharm30/ каталог в вашем домашнем каталоге. Мне не нужно было ничего менять.
Мне не нужно было удалять старые копии. Не приходилось с тех пор, как я начал им пользоваться. Вот что я делаю:--1-->
- в $HOME/.local / share / приложения / jetbrains-pycharm.редактирование рабочего стола текущие номера версий
- выйти и вернуться, чтобы увидеть изменения
Я бы добавил Это в качестве комментария на принятый ответ, но не было 50 очков, когда я писал этот ответ].
Итак, так что это полный ответ, весь процесс обновления pycharm и сохранения настроек был просто:
- распакуйте новый версия (загружена прямо со своего сайта) Далее к старой версии
- открыть старые версии
- перейти к файлу - > настройки экспорта (Alt + F, E)
- "сохранить файл"
- cd в новую версию каталога bin python, например, <path/to/pycharm>/pycharm-<2016.0.1/your version here>/bin/ папка, содержащая pycharm.sh (вы можете использовать locate pycharm.sh , чтобы помочь вам найти этот каталог)
- откройте новую версию с помощью sudo, sudo ./pycharm.sh
- укажите каталог, который вы экспортировали ваш настройки.jar to
(бонус: для закрепления его на панели запуска unity в ubuntu мне нравится просто щелкнуть правой кнопкой мыши его значок во время работы и нажать "заблокировать для запуска". )
вам нужно запустить pycharm из root и попытаться обновить.
справка > проверить наличие обновлений.
обновить и перезапустить
это сработало для меня (сентябрь 2015) обновление до pycharm V 4.5.4 на Ubuntu 14.04
вы не можете сделать это внутренне, потому что новая версия PyCharm требует новой установки. Таким образом, вам нужно будет загрузить новейшую версию со своего сайта. Отныне, как указано в " Install-Linux-tar.txt" (входит в загрузку):
- распакуйте новую версию в каталог по вашему выбору (я использовал архив mananger)
- cd на bin папка распакованных файлов
- выполнить sudo ./pycharm.sh . Вам будет предложено импортировать ваши старые настройки или нет.
PyCharm позаботится об остальном. Вот что они делают! :)
нашел этой ссылке очень полезно, поэтому я подытожу, что я сделал, чтобы обновить PyCharm. Во-первых, вы должны удалить версию PyCharm у вас уже есть:
теперь вы можете установить PyCharm, используя два различных метода.
метод 1: Использование umake
откройте терминал и выполните следующие команды. В случае, если у вас нет umake :
теперь вы можете установить либо PyCharm Community Edition в Ubuntu или PyCharm Professional Edition:
если вы хотите удалить PyCharm, когда он был установлен с помощью umake , вы можете запустить:
Метод 2: Использование PPA
откройте терминал и выполните следующие команды:
в случае, если вы хотите удалить PyCharm, установленный через PPA:
начиная с PyCharm 2017.2.1 вы можете обновить из IDE, нажав " справка / проверить наличие обновлений. "
PyCharm provides methods for installing, uninstalling, and upgrading Python packages for a particular Python interpreter. By default, PyCharm uses pip to manage project packages. For Conda environments you can use the conda package manager.
In PyCharm, you can preview and manage packages in the Python Packages tool window and in the Python interpreter Settings/Preferences .
Manage packages in the Python Packages tool window
This tool window is available in PyCharm 2021.1 and later
The Python Packages tool window provides the quickest and neat way to preview and install packages for the currently selected Python interpreter. This window is enabled by default, and you can find it in the lower group of the tool windows. At any time you can open it using the main menu: View | Tool Windows | Python Packages .
The Python Packages tool window shows installed packages and the packages available in the PyPI repository. Use the Search field to filter out the list of the available packages.
You can preview package documentation in the documentation area, or you can click the Documentation link and open the corresponding resource in a browser.
To delete an installed package, click in the upper-right corner of the Python Package tool window.
Install packages from repositories
Start typing the package name in the Search field of the Python Package tool window. You should be able to see the number of the matching packages.
Expand the list of the available versions in the upper-right corner of the tool window. Select the required version or keep it the latest.
Click the Install button next to the version list. Once PyCharm notifies you about successful installation, you should see the package in the list of the installed packages.
If needed, click and provide a path to any custom repository you want to install from.
Install packages from Version Control System
Click the Add Package link on the Python Packages toolbar and select From Version Control .
Specify a path to the target git repository. Refer to pip documentation for more information about supported path formats.
Select Install as editable (-e) if you want to install a project in editable mode (for example, setuptools develop mode ).
Install packages from a local machine
Click the Add Package link on the Python Packages toolbar and select From Disk .
Specify a path to the package directory or an archive ( zip or whl ).
Manage packages in the Python interpreter settings
To manage Python packages for the Python interpreter, select the Python Interpreter page in the project Settings/Preferences or select Interpreter Settings in the Python Interpreter selector on the Status bar .
If you select a Python interpreter with the configured Conda environment, the Use Conda Package Manager toggle appears in the packages area toolbar.
Use this toggle to manage packages from the Conda environment repository. This toggle is enabled by default for Conda environments.
Install a package
Click the button on the package toolbar.
In the Available Packages dialog that opens, preview the list of the available packages.
To specify a custom repository, including devpi or PyPi, click Manage Repositories .
Type the name of the package to install in the Search field. The list shrinks to show the matching packages only.
If required, select the following checkboxes:
Specify version : if this checkbox is selected, you can select the desired version from the list of available versions. By default, the latest version is taken.
Options : If this checkbox is selected, you can type the pip install command-line options in the text field.
Install to user's site packages directory <path> : If this checkbox is left cleared (by default), then the packages will be installed into the current interpreter package directory. If the checkbox is selected, the packages will be installed into the specified directory. This option is not available for Conda environments.
Select the target package and click Install Package .
If you've got any or error messages, consult the Troubleshooting guide for a solution.
Uninstall a package
In the list of the packages, select the packages to be removed.
Click Uninstall ( ). The selected packages are removed from disk.
PyCharm smartly tracks the status of packages and recognizes outdated versions by showing the number of the currently installed package version (column Version ), and the latest available version (column Latest version ). When a newer version of a package is detected, PyCharm marks it with the arrow sign and suggests to upgrade it.
By default, the Latest version column shows only stable versions of the packages. If you want to extend the scope of the latest available versions to any pre-release versions (such as beta or release candidate ), click Show early releases .
Upgrade a package
In the list of the packages, select the package to be upgraded.
Click Upgrade ( ).
The selected packages are upgraded to the latest available versions.
Click OK to complete upgrading.
You can upgrade several packages at once. Hold Cmd (macOS) or Ctrl on (Unix or Windows), left-click to select several items in the list of packages, and then click Upgrade .
If you're accustomed to installing packages from the commands line, you can proceed with your workflow using the Terminal.
Reuse installed packages
Create a new virtual environment and install packages that you want to be used in other projects. Then you can specify this virtual environment as a Python interpreter for the target project and all the needed packages will be available.
PyCharm is a cross-platform IDE that provides consistent experience on the Windows, macOS, and Linux operating systems.
PyCharm is available in three editions: Professional , Community , and Edu . The Community and Edu editions are open-source projects and they are free, but they have fewer features. PyCharm Edu provides courses and helps you learn programming with Python. The Professional edition is commercial, and provides an outstanding set of tools and features. For details, see the editions comparison matrix.
System requirements
4 GB of free RAM
8 GB of total system RAM
Multi-core CPU. PyCharm supports multithreading for different operations and processes making it faster the more CPU cores it can use.
2.5 GB and another 1 GB for caches
SSD drive with at least 5 GB of free space
Officially released 64-bit versions of the following:
Microsoft Windows 8 or later
macOS 10.13 or later
Any Linux distribution that supports Gnome, KDE, or Unity DE. PyCharm is not available for some Linux distributions, such as RHEL6 or CentOS6, that do not include GLIBC 2.14 or later.
Pre-release versions are not supported.
Latest 64-bit version of Windows, macOS, or Linux (for example, Debian, Ubuntu, or RHEL)
You do not need to install Java to run PyCharm because JetBrains Runtime is bundled with the IDE (based on JRE 11).
Python 2: version 2.7
Python 3: from the version 3.6 up to the version 3.10
Install using the Toolbox App
The JetBrains Toolbox App is the recommended tool to install JetBrains products. Use it to install and manage different products or several versions of the same product, including Early Access Program (EAP) and Nightly releases, update and roll back when necessary, and easily remove any tool. The Toolbox App maintains a list of all your projects to quickly open any project in the right IDE and version.
Install the Toolbox App
Download the installer .exe from the Toolbox App web page.
Run the installer and follow the wizard steps.
After you run the Toolbox App, click its icon in the notification area and select which product and version you want to install.
Log in to your JetBrains Account from the Toolbox App and it will automatically activate the available licenses for any IDE that you install.
Install the Toolbox App
Download the disk image .dmg from the Toolbox App web page.
There are separate disk images for Intel and Apple Silicon processors.
Mount the image and drag the JetBrains Toolbox app to the Applications folder.
After you run the Toolbox App, click its icon in the main menu and select which product and version you want to install.
Log in to your JetBrains Account from the Toolbox App and it will automatically activate the available licenses for any IDE that you install.
Install the Toolbox App
Download the tarball .tar.gz from the Toolbox App web page.
Extract the tarball to a directory that supports file execution.
For example, if the downloaded version is 1.17.7391, you can extract it to the recommended /opt directory using the following command:
Execute the jetbrains-toolbox binary from the extracted directory to run the Toolbox App and select which product and version you want to install. After you run the Toolbox App for the first time, it will automatically add the Toolbox App icon to the main menu.
Log in to your JetBrains Account from the Toolbox App and it will automatically activate the available licenses for any IDE that you install.
You can use this shell script that automatically downloads the tarball with the latest version of the Toolbox App, extracts it to the recommended /opt directory, and creates a symbolic link in the /usr/local/bin directory.
Standalone installation
Install PyCharm manually to manage the location of every instance and all the configuration files. For example, if you have a policy that requires specific install locations.
To verify the integrity of the installer, use the SHA checksum linked from the Download page.
Run the installer and follow the wizard steps.
Mind the following options in the installation wizard
64-bit launcher : Adds a launching icon to the Desktop.
Open Folder as Project : Adds an option to the folder context menu that will allow opening the selected directory as a PyCharm project.
.py : Establishes an association with Python files to open them in PyCharm.
Add launchers dir to the PATH : Allows running this PyCharm instance from the Console without specifying the path to it.
To run PyCharm, find it in the Windows Start menu or use the desktop shortcut. You can also run the launcher batch script or executable in the installation directory under bin .
There are separate disk images for Intel and Apple Silicon processors.
To verify the integrity of the downloaded disk image, use the SHA checksum linked from the Download page.
Mount the image and drag the PyCharm app to the Applications folder.
Run the PyCharm app from the Applications directory, Launchpad, or Spotlight.
Install using tar archives
Unpack the pycharm-*.tar.gz file to a different folder, if your current Download folder doesn't support file execution:
The recommended installation location according to the filesystem hierarchy standard (FHS) is /opt . To install PyCharm into this directory, enter the following command:
To verify integrity of the downloaded archive, use the SHA checksum linked from the Download page.
Switch to the bin subdirectory:
Run pycharm.sh from the bin subdirectory.
Install using snap packages
For Ubuntu 16.04 and later, you can use snap packages to install PyCharm.
PyCharm is distributed via two channels:
The stable channel includes only stable versions. To install the latest stable release of PyCharm, run the following command:
The --classic option is required because the PyCharm snap requires full access to the system, like a traditionally packaged application.
The edge channel includes EAP builds. To install the latest EAP build of PyCharm, run the following command:
sudo snap install pycharm-professional --classic --edgeRun pycharm-professional , pycharm-community , or pycharm-educational in the Terminal.
To create a desktop entry, do one of the following:
On the Welcome screen, click Configure | Create Desktop Entry
From the main menu, click Tools | Create Desktop Entry
When you run PyCharm for the first time, some steps are required to complete the installation, customize your instance, and start working with the IDE.
For information about the location of the default IDE directories with user-specific files, see Directories used by the IDE.
Silent installation on Windows
Silent installation is performed without any user interface. It can be used by network administrators to install PyCharm on a number of machines and avoid interrupting other users.
To perform silent install, run the installer with the following switches:
/S : Enable silent install
/CONFIG : Specify the path to the silent configuration file
/D : Specify the path to the installation directory
This parameter must be the last in the command line and it should not contain any quotes even if the path contains blank spaces.
pycharm-professional.exe /S /CONFIG=d:\temp\silent.config /D=d:\IDE\PyCharm pycharm.exe /S /CONFIG=d:\temp\edu_silent.config /D=d:\IDE\PyCharm EduTo check for issues during the installation process, add the /LOG switch with the log file path and name between the /S and /D parameters. The installer will generate the specified log file. For example:
pycharm-professional.exe /S /CONFIG=d:\temp\silent.config /LOG=d:\JetBrains\PyCharm\install.log /D=d:\IDE\PyCharm pycharm.exe /S /CONFIG=d:\temp\edu_silent.config /LOG=d:\JetBrains\PyCharmEdu\install.log /D=d:\IDE\PyCharm EduSilent configuration file
The silent configuration file defines the options for installing PyCharm. With the default options, silent installation is performed only for the current user: mode=user . If you want to install PyCharm for all users, change the value of the installation mode option to mode=admin and run the installer as an administrator.
The default silent configuration file is unique for each JetBrains product. You can modify it to enable or disable various installation options as necessary.
It is possible to perform silent installation without the configuration file. In this case, omit the /CONFIG switch and run the installer as an administrator. Without the silent configuration file, the installer will ignore all additional options: it will not create desktop shortcuts, add associations, or update the PATH variable. However, it will still create a shortcut in the Start menu under JetBrains .
Я только что установил PyCharm 2017.3.3, и я пытаюсь запустить проект, написанный на python 3, но он не запускается. Я проверил страницу настроек, на которой у нее есть только интерпретатор Python 2.7. Как я могу обновить интерпретатор до Python 3.x.
Я проверил официальный PyCahrm
3 ответа
Сначала найдите своего интерпретатора в своей системе Ubuntu, затем выполните следующие действия:
В меню файла нажмите или выберите settings:
2] В меню файла нажмите или выберите settings:
Щелкните правой кнопкой мыши по стрелке вниз project interpreter и выберите show all из имеющихся там опций.
Щелкните правой кнопкой мыши по стрелке вниз project interpreter и выберите show all из имеющихся там опций.
В появившемся диалоговом окне Add local interpreter выберите System Interpreter, затем нажмите на три точки справа и перейдите к моему местоположению моего python usr/bin/python3.5. И с этим вы должны использовать ваш проект в этой версии python.
Сначала найдите своего интерпретатора в своей системе Ubuntu, затем выполните следующие действия:
В меню файла нажмите или выберите settings:
В меню файла нажмите или выберите settings:
Щелкните правой кнопкой мыши по стрелке вниз project interpreter и выберите show all из имеющихся там опций.
[!d5]
Щелкните правой кнопкой мыши по стрелке вниз project interpreter и выберите show all из имеющихся там опций.
В появившемся диалоговом окне Add local interpreter выберите System Interpreter, затем нажмите на три точки справа и перейдите к моему местоположению моего python usr/bin/python3.5. И с этим вы должны использовать ваш проект в этой версии python.
Сначала найдите своего интерпретатора в своей системе Ubuntu, затем выполните следующие действия:
В меню файла нажмите или выберите settings:
В меню файла нажмите или выберите settings:
Щелкните правой кнопкой мыши по стрелке вниз project interpreter и выберите show all из имеющихся там опций.
[!d5]
Щелкните правой кнопкой мыши по стрелке вниз project interpreter и выберите show all из имеющихся там опций.
В появившемся диалоговом окне Add local interpreter выберите System Interpreter, затем нажмите на три точки справа и перейдите к моему местоположению моего python usr/bin/python3.5. И с этим вы должны использовать ваш проект в этой версии python.
Читайте также: