gruiyuan
gruiyuan
I followed the Readme file and added the command in the profile. And I also noticed that the "open powershell window here" should be used. But it still does not...
Oh, I know the reason. https://github.com/pyenv-win/pyenv-win-venv/blob/aff05d419953be4b06369f989d97f839f4ba216a/bin/pyenv-win-venv.ps1#L21 The output of `(Get-Location).Path` in profile file is 'C:\windows\system32', which seems to be the default workdir of powershell. Not the current location where open...
> Oh, I know the reason. > > https://github.com/pyenv-win/pyenv-win-venv/blob/aff05d419953be4b06369f989d97f839f4ba216a/bin/pyenv-win-venv.ps1#L21 > > The output of `(Get-Location).Path` in profile file is 'C:\windows\system32', which seems to be the default workdir of powershell. Not...
> > The CLI is initializing the env correctly in my personal laptop but I tried it out in my work pc and it fails to activate. Need to check...