Installation | EDM Documentation (original) (raw)

Native binary installers are available athttps://assets.enthought.com/downloads/edm/for the following platforms:

GUI frontend

EDM installers exist in two flavors: full and cli only. Both install the EDM command-line tool (CLI). The full installers also contain the new EDM GUI frontend interface, an electron-based application to discover, install, and remove EDM application distribution bundles. The cli onlyinstallers (named edm_cli) do not include the GUI frontend. More information about the GUI frontend is available at EDM GUI frontend documentation

Warning

Debian/Ubuntu

Installing requires superuser privileges. To install the deb package:

$ dpkg -i edm_3.0.1_x86_64.deb

RHEL/Centos/Fedora

Installing requires superuser privileges. To install the .rpm package:

$ rpm -Uvh edm_3.0.1_x86_64.rpm

Generic glibc Linux

To install EDM using the .sh installer please use

$ sh edm_cli_3.0.1_linux_x86_64.sh

Follow the directions in the console. Using the generic linux installer the user can control the path to install the EDM application.

Windows

Windows installers support per-machine and per-user installation setups.

_images/windows_setup.png

Install using msiexec

Installation can be automated using msiexec. Using Windows PowerShell:

msiexec.exe /qr /l*vm install.log /i edm_3.0.1_x86_64.msi EDMAPPDIR=`"c:\Program Files\edm`" ALLUSERS=1

Or using cmd.exe:

msiexec.exe /qr /l*vm install.log /i edm_3.0.1_x86_64.msi EDMAPPDIR="c:\Program Files\edm" ALLUSERS=1

The above commands will attempt a per-machine install of edm in thec:\Program Files\edm folder.

Warning

A per-machine install will fail if the installer is started without administrator privileges.

macOS

To install EDM using the pkg installer (recommended) please follow these steps:

To install EDM using the .sh installer (advanced users) open a terminal console window and run

$ sh edm_cli_3.0.1_osx_x86_64.sh

Follow the directions in the console. Using the macOS .sh installer, the user can control the path to install the EDM application.