diff --git a/bash/if-python-user.bash b/bash/if-python-user.bash new file mode 100644 index 0000000..66817db --- /dev/null +++ b/bash/if-python-user.bash @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +if [[ $USER != "root" ]]; then + NOROOT="--user" +fi