Skip to content

Commit

Permalink
add openstudio python to pythonpath
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Nov 14, 2024
1 parent 4888cfd commit a21ae9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -185,5 +185,5 @@ RUN --mount=type=bind,from=modelica-dependencies,source=/artifacts,target=/artif
apt-get autoremove -y; \
rm -rf /var/lib/apt/lists/*

ENV PYTHONPATH="${ENERGYPLUS_DIR}:${PYTHONPATH}"
ENV PYTHONPATH="${ENERGYPLUS_DIR}:/usr/local/openstudio-3.9.0-rc2/Python"
WORKDIR $HOME

0 comments on commit a21ae9a

Please sign in to comment.