Manage venv
- use fast Astral uv experimental
It supports monorepos and global tool installations
Not even
pip
or setuptools
are installed into it.단점은 conda처럼 portable하지 않아서 infrastructure enc like container 교체되면 새로 설치해야
Install
curl -sSf https://rye-up.com/get | bash
Get started in directory
rye init rye pin cpython@3.10 rye add pip --dev rye sync source .venv/Scripts/activate #or source .vent/bin/activate
rye commands