# for Windows user # make sure you run this in Administrator Powershell $venv=((get-command python).source | Get-ItemProperty).DirectoryName;New-Item -Path $venv -Name "python3.exe" -Value "$venvpython.exe" -ItemType SymbolicLink