tomy_125: Note

tomy_125 の個人的なメモ

PyPy

Oracle Linux にpyenv をいれるDockerfile

とりあえずメモ。 FROM oraclelinux:7 RUN yum install -y gcc zlib-devel bzip2 bzip2-devel readline readline-devel sqlite sqlite-devel openssl openssl-devel git libffi-devel RUN git clone https://github.com/pyenv/pyenv.git ~/.pyenv RUN echo '…