rkyleg / asdf-julia

MIT License
25 stars 16 forks source link

Listing versions: tempfile utility is not available by default #29

Closed acidghost closed 2 years ago

acidghost commented 2 years ago

The list-all command requires that tempfile is installed. It's not installed by default and I'm also not sure how to install it: on Fedora 35 and macOS Homebrew it's not available.

Is there a specific reason to why tempfile is used over something more common, such as mktemp?

I'd be willing to make a PR to make the change.

lassepe commented 2 years ago

See #26

acidghost commented 2 years ago

Sorry, I also had the 👍 on the suggested fix comment... 🤦