Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I change the target installation directory? #16

Open
rjavierch opened this issue Aug 11, 2023 Discussed in #15 · 1 comment
Open

How can I change the target installation directory? #16

rjavierch opened this issue Aug 11, 2023 Discussed in #15 · 1 comment
Labels
enhancement New feature or request

Comments

@rjavierch
Copy link

Discussed in #15

Originally posted by rjavierch August 11, 2023
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!

@arzkar
Copy link
Member

arzkar commented Sep 12, 2023

It is not currently possible for the it to use other installation directory, I will add this feature to my TODO and work on it when I get the time. Have been busy with IRL work for a while now.

@arzkar arzkar added the enhancement New feature or request label Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants