← Back to install methods
Install with pipx
Isolated install that won't conflict with other packages
Install command
$ pipx install codrsyncWhat it does
- 1Creates an isolated virtual environment for codrsync
- 2Downloads and installs codrsync from PyPI
- 3Makes the codrsync command available globally
- 4Keeps codrsync dependencies separate from your system Python
Prerequisites
Python 3.10+ and pipx required. Install pipx: pip install pipx
Verify installation
$ codrsync --versionYou should see the version number if the installation was successful.
Troubleshooting
Problem: pipx: command not found
Solution: Install pipx: pip install pipx && pipx ensurepath
Problem: Path not updated
Solution: Run: pipx ensurepath and restart your terminal