Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(910)

Side by Side Diff: bootstrap/virtualenv/virtualenv_embedded/deactivate.bat

Issue 1431173002: Revert of Removed virtualenv from depot_tools (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 @echo off
2
3 set VIRTUAL_ENV=
4
5 if defined _OLD_VIRTUAL_PROMPT (
6 set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
7 set _OLD_VIRTUAL_PROMPT=
8 )
9
10 if defined _OLD_VIRTUAL_PYTHONHOME (
11 set "PYTHONHOME=%_OLD_VIRTUAL_PYTHONHOME%"
12 set _OLD_VIRTUAL_PYTHONHOME=
13 )
14
15 if defined _OLD_VIRTUAL_PATH (
16 set "PATH=%_OLD_VIRTUAL_PATH%"
17 set _OLD_VIRTUAL_PATH=
18 )
19
20 :END
OLDNEW
« no previous file with comments | « bootstrap/virtualenv/virtualenv_embedded/activate_this.py ('k') | bootstrap/virtualenv/virtualenv_embedded/distutils.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698