Merge lp:~mikemc/ubuntuone-windows-installer/set-PYTHON into lp:ubuntuone-windows-installer

Proposed by Mike McCracken
Status: Merged
Approved by: dobey
Approved revision: 173
Merged at revision: 173
Proposed branch: lp:~mikemc/ubuntuone-windows-installer/set-PYTHON
Merge into: lp:ubuntuone-windows-installer
Diff against target: 12 lines (+3/-0)
1 file modified
scripts/devsetup/env-mac (+3/-0)
To merge this branch: bzr merge lp:~mikemc/ubuntuone-windows-installer/set-PYTHON
Reviewer Review Type Date Requested Status
dobey (community) Approve
Review via email: mp+168135@code.launchpad.net

Commit message

- set $PYTHON in env-mac for potential use in test/build scripts (LP: #1188709)

Description of the change

- set $PYTHON in env-mac for potential use in test/build scripts (LP: #1188709)

To post a comment you must log in.
Revision history for this message
dobey (dobey) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'scripts/devsetup/env-mac'
--- scripts/devsetup/env-mac 2012-08-10 18:42:31 +0000
+++ scripts/devsetup/env-mac 2013-06-07 17:55:34 +0000
@@ -1,5 +1,8 @@
1#!/bin/bash1#!/bin/bash
22
3# a wrapped 'python' script is generated at bin/,
4# so we can just use 'python' here:
5export PYTHON=python
3export PATH=$PWD/bin:$PATH6export PATH=$PWD/bin:$PATH
4echo "Prepended pwd/bin to path. Contents:"7echo "Prepended pwd/bin to path. Contents:"
5ls -l bin8ls -l bin

Subscribers

People subscribed via source and target branches