jgomezdans / geog_docker

Docker image for Geospatial Python teaching
GNU General Public License v3.0
4 stars 1 forks source link

init_dist #23

Open profLewis opened 4 years ago

profLewis commented 4 years ago

Ive uploaded a init_dist as a utility to associate with this dist. Ive done this to try to mimic the setup on my mac.

It just filters the Dockerfile into a bash script (with a few minor setup things)

To run:

export SUDO=sudo && ./init_dist

if you need sudo for the conda. Otherwise, without SUDO

also

export DEBUG=1 && ./init_dist

can put a proper cmd line parser in at some point.