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

(🐞) Windows executables are not updated #81

Open
KotlinIsland opened this issue Jan 9, 2024 · 0 comments
Open

(🐞) Windows executables are not updated #81

KotlinIsland opened this issue Jan 9, 2024 · 0 comments

Comments

@KotlinIsland
Copy link

I think that windows executables (.venv\Scripts\*.exe) are not updated and are hardcoded to the old venv:

> py -m venv .venv
...
> .venv\scripts\Activate.ps1
...
> pip install virtualenv-clone
...
>  virtualenv-clone .venv .venv2
...
> deactivate
...
> .venv2\scripts\Activate.ps1
...
> pip.exe -V
.\.venv\Lib\site-packages\pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant