try: ``` $ lldb ~/.local/pipx/venvs/glasgow/bin/python ~/.local/bin/glasgow (lldb) target create "/Users/joshua/.local/pipx/venvs/glasgow/bin/python" Current executable set to '/Users/joshua/.local/pipx/venvs/glasgow/bin/python' (x86_64). (lldb) settings set -- target.run-args "/Users/joshua/.local/bin/glasgow" (lldb) run ```