You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, thanks for developing this! it's very useful.
I have followed the instructions and it is working well as intended. How can I change the installation route to install it on D:?
I have tried changing the route like this:
Invoke-WebRequest -UseBasicParsing -Uri "https://raw.githubusercontent.com/pyenv-win/pyenv-win-venv/main/bin/install-pyenv-win-venv.ps1" -OutFile "D:\USERS\username\install-pyenv-win-venv.ps1"; &"D:\USERS\username\install-pyenv-win-venv.ps1"
However, I think this is not how it should be. It has not worked for me and keeps installing the environments on C.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions