# Summary After a fresh install, attempted to run arthur: ``` ./bin/run_arthur.sh ++ pwd + docker run --rm --interactive --tty {volumes omitted} --env DATA_WAREHOUSE_CONFIG=/opt/data-warehouse/warehouse_config --env ARTHUR_DEFAULT_PREFIX=bhtucker arthur-redshift-etl:latest + cd /opt/src/arthur-redshift-etl + python3 setup.py --quiet develop error: could not create 'python/redshift_etl.egg-info': Permission denied ``` # Details Prior steps were only `git clone` and `./bin/build_arthur.sh` Propose label: Bug, maybe documentation bug?
Summary
After a fresh install, attempted to run arthur:
Details
Prior steps were only
git cloneand./bin/build_arthur.shPropose label: Bug, maybe documentation bug?