clong / DetectionLab

Automate the creation of a lab environment complete with security tooling and logging best practices
MIT License
4.59k stars 979 forks source link

Python is not installed correctly #857

Closed schiaro98 closed 1 year ago

schiaro98 commented 1 year ago

Description of the issue:

Python is not really installed, trying to use it opens Microsoft Apps so if anyone wants to install a python package using pip for example, it can be done using Remove-Item $env:USERPROFILE\AppData\Local\Microsoft\WindowsApps\python*.exe and then installing it from choco, like choco install python3 --force . This will install a working 3.10 Python executable.

clong commented 1 year ago

Thanks for this, although, I don't think this is a bug because python3 is not installed on any of the Windows hosts by design.