tusharsadhwani / yen

The last Python environment manager you'll ever need.
MIT License
137 stars 9 forks source link

Make curl optional for installing yen #19

Open ChillarAnand opened 2 weeks ago

ChillarAnand commented 2 weeks ago

Many bootstrapping scripts provide instructions for installing the tool via curl or get.

Currently, curl is mandatory for installing yen. It would be great if it can make use of wget when it is present.

tusharsadhwani commented 2 weeks ago

curl is used inside the install script as well, so I'll have to edit the script to fallback to wget when curl isn't available.

Would you like to try doing this change?