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

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

Issue 1205873002: Re-land: Added virtualenv for depot_tools (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Restore cd commands Created 5 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 | Annotate | Revision Log
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