Bash script not sourcing
Advertisements In my folder where I keep my other bash scripts, I have created this one: #! /bin/bash source $(poetry env info –path)/bin/activate In a file named poetry_activate. In a bash terminal, the autocomplete works, and when I enter poetry_activate, the virtual environment is not loaded… However, if I do source $(poetry env info –path)/bin/activate… Read More Bash script not sourcing