some-farmer-97614
08/14/2023, 11:08 AMextra_search_paths=["~/.cargo/bin/"] but it doesn't expand the ~ and I can't do it manually by e.g. calling `os.path.userpath(...)`` as then pants says I should write a plugin.broad-processor-92400
08/14/2023, 9:07 PMHOME environment variable might work via env(“HOME”). Eg f"{env('HOME')}/.cargo/bin"