Azure-Samples / Azure-Samples/get-started-with-ai-chat
fix python virtual environment creation command on windows
Open
- Dominant language
- Bicep
- Stars
- 280
- Forks
- 401
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 1
Description
not all users have python on the path, instead you can use
```
py -m venv .venv
```
which will find the most appropriate python version to use and create a virtual environment with it
Contributor guide
Assessment
This issue has not been assessed yet.