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

Side by Side Diff: setup_env.bat

Issue 27510005: Remove old python from path. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/cygwin
Patch Set: Created 7 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 :: This script adds cygwin to the path 1 :: This script adds cygwin to the path
2 @echo OFF 2 @echo OFF
3 3
4 set PATH=%~dp0\bin;%~dp0\..\python_26;%PATH% 4 set PATH=%~dp0\bin;%PATH%
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698