Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. echo "bash_profile load"
  2. if [ -f ~/.bashrc ]; then
  3. . ~/.bashrc
  4. fi
  5.  
  6. export PATH="$HOME/.poetry/bin:$PATH"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement