Add poetry to the path

This commit is contained in:
Nicole Tietz-Sokolskaya 2020-01-02 06:38:04 -05:00
parent 0a1ab9455e
commit 20fd41a89d

View file

@ -59,3 +59,5 @@ if [ -f /usr/local/etc/bash_completion ]
then
. /usr/local/etc/bash_completion
fi
export PATH="$HOME/.poetry/bin:$PATH"