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

making activate.bat relocatable (windows) #215

Closed
kbrowder opened this issue Jan 10, 2012 · 5 comments
Closed

making activate.bat relocatable (windows) #215

kbrowder opened this issue Jan 10, 2012 · 5 comments

Comments

@kbrowder
Copy link

set VIRTUAL_ENV=somepath

could be changed to
set VIRTUAL_ENV=%~dp0..

and then the virtual env would be relocatable on windows with the exception of exe script wrappers.

@felciano
Copy link

Would be great to get this fixed -- seems like it would solve davidmarble/virtualenvwrapper-win#21 as well.

jsargiot added a commit to jsargiot/virtualenv that referenced this issue Oct 9, 2013
jsargiot added a commit to jsargiot/virtualenv that referenced this issue Oct 9, 2013
@techtonik
Copy link

+1

@arizvisa
Copy link

Adding a reference to the newest issue #1067 related to this to help consolidate efforts on solving this half-decade old problem.

@tobiasherp
Copy link

+1

@arizvisa
Copy link

@tobiasherp, please +1 in issue #1067. You can also use the "reaction" icon instead of a comment to show relevance.

@pypa pypa locked and limited conversation to collaborators Jan 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants