Skip to content

Commit

Permalink
Dockerfile: add pyenv init to /etc/profile
Browse files Browse the repository at this point in the history
  • Loading branch information
hlibbabii committed Feb 3, 2021
1 parent 8aa86e7 commit 723a83d
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 @@ -67,4 +67,4 @@ RUN rm -rf /usr/src/tools/RefactoringMiner
ENV SOFTWARE_DIR /usr/src/tools

RUN pyenv global 3.8.0
RUN echo 'eval "$(pyenv init -)"' >> ~/.bashrc
RUN echo 'eval "$(pyenv init -)"' >> /etc/profile

0 comments on commit 723a83d

Please sign in to comment.