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
1 changed files with 2 additions and 0 deletions

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"