-
Notifications
You must be signed in to change notification settings - Fork 106
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
deactivate.bat doesn't cd back to %_LAST_DIR% #50
Comments
I'm ok with both versions. Not cd (as it is now) and cd to first dir as you propose. Maybe do it on option or some env variable (like VENV_CD_BACK or something). Anyway. Looking forward for PR if you'll think about something. |
Great, I like your idea of having options as well. I'll work on this soon. |
I'm a big -1 on this. It's surprising and annoying to be pulled from your flow, e.g.:
if I got tossed back to |
|
In cdvirtualenv.bat, there is logic setting %_LAST_DIR% to the current directory, but nothing in deactivate.bat to change back to the %_LAST_DIR% before activating.
Before I fork/MR, is this expected behavior for some reason?
Thanks!
The text was updated successfully, but these errors were encountered: