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

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

Issue 2520493003: Vendor virtualenv, update to 15.1.0. (Closed)
Patch Set: Fix cache directory usage, now hermetic w/ deps-dir. Created 4 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