Skip to content

Commit

Permalink
export pythonpath for klayout
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Dec 6, 2023
1 parent 6f470af commit bed2985
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/openlane/Dockerfile.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ ENV OPENROAD_BIN openroad

ENV OPENROAD=/build/
ENV PATH=$OPENLANE_ROOT:$OPENLANE_ROOT/scripts:$OPENROAD/bin:$OPENROAD/bin/Linux-x86_64:$OPENROAD/pdn/scripts:$PATH
ENV PYTHONPATH=$PYTHONPATH:/build/lib/python3/dist-packages
ENV LD_LIBRARY_PATH=$OPENROAD/lib:$OPENROAD/lib/Linux-x86_64:$LD_LIBRARY_PATH
ENV MANPATH=$OPENROAD/share/man:$MANPATH
ENV PDK_ROOT /build/pdk
Expand Down

0 comments on commit bed2985

Please sign in to comment.