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

Side by Side Diff: bootstrap/virtualenv/virtualenv_embedded/activate.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 set "VIRTUAL_ENV=__VIRTUAL_ENV__"
3
4 if defined _OLD_VIRTUAL_PROMPT (
5 set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
6 ) else (
7 if not defined PROMPT (
8 set "PROMPT=$P$G"
9 )
10 set "_OLD_VIRTUAL_PROMPT=%PROMPT%"
11 )
12 set "PROMPT=__VIRTUAL_WINPROMPT__ %PROMPT%"
13
14 if not defined _OLD_VIRTUAL_PYTHONHOME (
15 set "_OLD_VIRTUAL_PYTHONHOME=%PYTHONHOME%"
16 )
17 set PYTHONHOME=
18
19 if defined _OLD_VIRTUAL_PATH (
20 set "PATH=%_OLD_VIRTUAL_PATH%"
21 ) else (
22 set "_OLD_VIRTUAL_PATH=%PATH%"
23 )
24 set "PATH=%VIRTUAL_ENV%\__BIN_NAME__;%PATH%"
25
26 :END
OLDNEW
« no previous file with comments | « bootstrap/virtualenv/virtualenv-15.1.0.dist-info/top_level.txt ('k') | bootstrap/virtualenv/virtualenv_embedded/activate.csh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698