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

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

Issue 2043213002: Roll virtualenv 12.0->15.0.2 (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: vendor virtualenv and exclude from gender check Created 4 years, 6 months 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 REM Don't use () to avoid problems with them in %PATH%
6 if not defined _OLD_VIRTUAL_PROMPT goto ENDIFVPROMPT
7 set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
8 set _OLD_VIRTUAL_PROMPT=
9 :ENDIFVPROMPT
10
11 if not defined _OLD_VIRTUAL_PYTHONHOME goto ENDIFVHOME
12 set "PYTHONHOME=%_OLD_VIRTUAL_PYTHONHOME%"
13 set _OLD_VIRTUAL_PYTHONHOME=
14 :ENDIFVHOME
15
16 if not defined _OLD_VIRTUAL_PATH goto ENDIFVPATH
17 set "PATH=%_OLD_VIRTUAL_PATH%"
18 set _OLD_VIRTUAL_PATH=
19 :ENDIFVPATH
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