cnpryer / huak

My experimental Python package manager.
https://cnpryer.github.io/huak/
MIT License
616 stars 34 forks source link

Manage downloads for toolchain more efficiently #874

Open cnpryer opened 11 months ago

cnpryer commented 11 months ago

Currently the toolchain system will download Python releases to the root of the toolchain. This should change so that a downloads directory is used for all downloaded artifacts that can be more efficiently managed.