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

Set e3 vars on bashrc

parent 126d8903
No related branches found
No related tags found
No related merge requests found
Pipeline #26605 failed
......@@ -71,4 +71,8 @@ RUN /bin/bash e3.bash -c mod
# install pyepics
RUN pip3 install pyepics
# load e3 tools on .bashrc
echo "export EPICS_SRC=/root/e3" > /root/.bashrc
echo "source /home/e3/tool/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