Recipe for building wxPython 3.0.2 on linux
cd recipedocker build .- create container with new image (
docker create <image>) - copy directory to local directory (
docker cp <container>:/opt/conda/envs/build/conda-bld/linux-64 ./tmp) - upload to anaconda.org (on local
conda-buildenvironment,anaconda upload -u cctbx <file>)