Skip to content
Snippets Groups Projects
Commit 9ccc9f97 authored by Stefano Borini's avatar Stefano Borini
Browse files

Clarified the edm default environment process

parent 116359dd
No related branches found
No related tags found
1 merge request!181Removed force-bootstrap from the travis environment. using default
...@@ -10,21 +10,30 @@ git repositories:: ...@@ -10,21 +10,30 @@ git repositories::
The last repository is optional, but recommended if you want to practice The last repository is optional, but recommended if you want to practice
writing plugins. writing plugins.
Next, download EDM package manager, and create a bootstrap environment. If you never installed the Enthought Deployment Manager, perform the following operations::
We assume the bootstrap environment is the default one (called ``edm``)::
wget https://package-data.enthought.com/edm/rh5_x86_64/1.9/edm_1.9.2_linux_x86_64.sh && bash ./edm_1.9.2_linux_x86_64.sh -b -f -p $HOME wget https://package-data.enthought.com/edm/rh5_x86_64/1.9/edm_1.9.2_linux_x86_64.sh && bash ./edm_1.9.2_linux_x86_64.sh -b -f -p $HOME
export PATH=${HOME}/edm/bin:${PATH} export PATH=${HOME}/edm/bin:${PATH}
edm install --version 3.5 -y click setuptools edm install --version 3.5 -y click setuptools
edm shell edm shell
Verify that your prompt changes to add "(edm)". If you instead already have an EDM installation and a default environment, perform the following:
edm shell
edm install -y click setuptools
Verify that your shell prompt now contains the string "(edm)".
You are now in your default EDM environment, and we assume this environment to be the bootstrap environment.
The BDSS software will not be installed in this environment, but in a separate one. The following
commands however must be executed from the bootstrap environment.
Installation of the force BDSS runtime environment is performed with the Installation of the force BDSS runtime environment is performed with the
following command:: following command::
python -m ci build-env python -m ci build-env
This will create another edm environment called ``force-py35``. This will create another edm environment called ``force-py35``.
Do not enter this environment.
To install the BDSS:: To install the BDSS::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment