Verify Installation
Check the installed version:
qwen --version
View available commands and options:
qwen --help
Start a Project
1. Open your project directory:
cd <project>
2. Run Qwen Code:
qwen
Notes
- The Qwen executable is installed under
/root/.local/bin. /root/.local/binis added to the shellPATHthrough/root/.bashrc.