astral-sh / rye

a Hassle-Free Python Experience
https://rye.astral.sh
MIT License
13.82k stars 467 forks source link

add arch for rye fetch command #1380

Open Crefok opened 2 months ago

Crefok commented 2 months ago

Hey there, we started to use rye on some PCs, these PCs are behind a firewall and can't access the python releases directly. If there is another System with the same architecture it is possible to copy the $HOME/.rye folder to the remote PC, but if there local PC is another architecture, the downloaded versions are not compatible.

Is there a way to download python (cpython) versions for another arch, that I don't see; or is it possible to add a parameter or environment variable to download the versions for another arch?

Thanks

CharlesChen0823 commented 1 month ago

if you want download other pre-compile python, you can see here