

Using this tool, Discord can be updated by downloading only the portions of the AppImage that have actually changed since the last version. The Discord AppImage also can be updated using AppImageUpdate. If you would like to update to a new version, simply download the new Discord AppImage. This is entirely optional and currently needs to be configured by the user. If you want to restrict what Discord can do on your system, you can run the AppImage in a sandbox like Firejail. Then double-click the AppImage in the file manager to open it. Use at your own risk!ĭownload the Discord AppImage and make it executable using your file manager or by entering the following commands in a terminal: Follow these instructions only if you trust the developer of the software. This is a Linux security feature.īehold! AppImages are usually not verified by others. However, they need to be marked as executable before they can be run. Unlike other applications, AppImages do not need to be installed before they can be used. Running Discord on Linux without installation Most AppImages run on recent versions of Arch Linux, CentOS, Debian, Fedora, openSUSE, Red Hat, Ubuntu, and other common desktop distributions.

No system libraries or system preferences are altered. Download an application, make it executable, and run! No need to install. Awesome!ĪppImages are single-file applications that run on most Linux distributions. Python3.7 -m pip show package_name or python3.7 -m pip freeze(to show all installed packages).All-in-one voice and text chat for gamers that's free, secure, and works on both your desktop and phone.ĭiscord is available as an AppImage which means "one app = one file", which you can download and run on your Linux system while you don't need a package manager and nothing gets changed in your system.

If you are unsure if your version of Python has an installed package, you can use, for example: Lastly remember, if you install a package to Python version 3.7(and you want to use it). Thirdly, ensure you are installing discord.py to the correct place. If you have any in your project, remove them, and try again. Secondly, ensure you are not creating any files or folders named discord in your project. If you do not want to use the venv, you can simply select a System Interpreter: File > Settings > Project > Project Interpreter > Little Cog (Top Right) > Add > System Interpreter. This should ensure your packages are being installed to the venv. To avoid any issues simply run your pip commands in the P圜harm terminal, located on the bottom left. I'm going to try and cover most of this here so that this stops being necro'd.įirstly for those running P圜harm, beware that it is default behaviour for it to create a virtual environment in your project.
