diff --git a/activate b/activate new file mode 100644 index 0000000..cf114cd --- /dev/null +++ b/activate @@ -0,0 +1,7 @@ +if [ -d collect/yoga ] + then + export PATH="$PATH:$PWD/bin" + export QUINOA_ROOT="$PWD" +else + echo This must be run from the quinoa root directory +fi