~newz/canonical-identity-provider/2factor-progress-bar

« back to all changes in this revision

Viewing changes to payload/virtualenv.py

  • Committer: Tarmac
  • Author(s): Ricardo Kirkner
  • Date: 2011-03-07 19:21:02 UTC
  • mfrom: (133.1.11 trunk)
  • Revision ID: tarmac@199959.czyzykowski.com-20110307192102-24gs96vciywj6wz7
improve bootstrapping for hudson

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
            _create_virtualenv()
39
39
            created = True
40
40
        virtual_env = VIRTUALENV
41
 
    env.virtualenv = virtual_env
 
41
    env.virtualenv = os.path.abspath(virtual_env)
42
42
    _activate_virtualenv()
43
43
    return created
44
44