@@ -126,7 +126,7 @@ Complete Python development environment that installs:
126126 - /test (test generation)
127127- ** Python developer system prompt** with SOLID, DRY, KISS, YAGNI principles
128128- ** Context7 MCP server** for up-to-date library documentation
129- - ** Global ` claude-python ` command** for quick Python-focused sessions
129+ - ** Global ` claude-python ` command** that works in all terminals (PowerShell, CMD, Git Bash)
130130
131131## 🔧 Script Options
132132
@@ -193,6 +193,8 @@ chmod +x setup-python-environment.sh
193193- ** Python Version** : Requires Python 3.12+ (automatically handled by uv)
194194- ** Package Manager** : Uses uv for fast, reliable Python management
195195- ** Windows** : PowerShell 5.1+ for bootstrap, full Windows 10/11 support
196+ - ` claude-python ` command works in PowerShell, CMD, and Git Bash
197+ - Automatic creation of both .cmd and bash wrappers
196198- ** Linux** : Bash 4.0+ for bootstrap, tested on Ubuntu, Debian, Fedora, Arch
197199- ** macOS** : Compatible with macOS 10.15+ (Catalina and later)
198200
@@ -203,6 +205,10 @@ chmod +x setup-python-environment.sh
203205- ** Intelligent Path Management** : Automatic PATH configuration
204206- ** Git Bash Detection** : Multiple detection strategies on Windows
205207- ** Node.js Management** : Automatic LTS installation if needed
208+ - ** Cross-Terminal Support** : Windows commands work in all terminal types
209+ - Creates both .cmd files for PowerShell/CMD
210+ - Creates bash wrappers for Git Bash compatibility
211+ - Single ` claude-python ` command works everywhere
206212
207213### Error Handling
208214
0 commit comments