mamba-org / mamba

The Fast Cross-Platform Package Manager
https://mamba.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6.68k stars 346 forks source link

Make Taskfile.dist.yml Windows-compatible #3219

Closed carschandler closed 5 months ago

carschandler commented 5 months ago

PowerShell doesn't set $env:PWD automatically, but it can be easily retrieved by making PWD a sh variable in the Taskfile, which remains POSIX-compliant for other platforms.

If you don't want to modify the Taskfile, then at least a note about this should be made on https://mamba.readthedocs.io/en/latest/developer_zone/dev_environment.html#