| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
项目目录结构
Dockerfile
FROM ubuntu RUN apt-get install -y gcc make vim
docker build -t ubuntu:pyc .
docker run -it --name ubuntu_pyc -v /Users/jiaminlu/Workspace/python/python_source_code_study:/data/python_source_code_study ubuntu:latest
cd /data/python_source_code_study/Pyhton-2.5 ./configure --prefix /data/python_source_code_study/build
| Back | FazBrowse Home | New Git URL |