diff --git a/tips/tips.d/rye/tips b/tips/tips.d/rye/tips new file mode 100644 index 0000000..727d8ec --- /dev/null +++ b/tips/tips.d/rye/tips @@ -0,0 +1,2 @@ +* add specific version of Python: `rye fetch 3.11` +* get default python: `rye config --get default.toolchain`