Skip to content

Instantly share code, notes, and snippets.

@hdknr
Created September 8, 2009 20:01
Show Gist options
  • Save hdknr/183182 to your computer and use it in GitHub Desktop.
Save hdknr/183182 to your computer and use it in GitHub Desktop.
>>> import virtualenv
>>> text=virtualenv.create_bootstrap_script('')
>>> len(text)
54329
>>> lines=text.split('\n')
>>> lines[0]
'#!/usr/bin/env python'
>>> lines[1]
'## WARNING: This file is generated'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment