Skip to content
Snippets Groups Projects
Commit c5be0346 authored by Gabriel Fedel's avatar Gabriel Fedel :speech_balloon: Committed by Thomas Fay
Browse files

Fix e3 env variables

parent c6fb2b89
No related branches found
No related tags found
No related merge requests found
Pipeline #26610 passed
......@@ -71,8 +71,8 @@ RUN /bin/bash e3.bash -c mod
# install pyepics
RUN pip3 install pyepics
# load e3 tools on .bashrc
RUN echo "export EPICS_SRC=/root/e3" > /root/.bashrc
RUN echo "source /home/e3/tool/setenv" > /root/.bashrc
# load e3 env variables on .bashrc
RUN echo "export EPICS_SRC=/root/e3" >> /root/.bashrc
RUN echo "source /root/e3/tools/setenv" >> /root/.bashrc
CMD "/bin/bash"
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