Windows 10 on cmder 中的源命令错误

Source command error in Windows 10 on cmder

我正在尝试使用这个命令

source .venv\bin\activate

但是我收到这个错误

'source' is not recognized as an internal or external command,
operable program or batch file.

谁能帮我解决这个问题

1.use cmd 而不是 cmder

2.to 创建环境使用“python -m venv

3.after 使用“dir”检查是否创建了环境

4.to 激活环境使用“\Scripts\activate.bat”

5.to 停用环境使用“deactivate”

6.to 完全删除环境使用“rmdir /s”

我解释的不明白也可以参考这个视频:https://youtu.be/APOPm01BVrk