#techempower-fwbm

/

      • codygman- joined the channel
      • codygman joined the channel
      • codygman- has quit
      • codygman- joined the channel
      • xt has quit
      • xt joined the channel
      • FWBM-bot
        [FrameworkBenchmarks] zloster opened pull request #1146: Dropwizard plaintext resource now returning precomputed byte array (master...master) http://git.io/EtY8tQ
      • codygman has quit
      • codygman- has quit
      • codygman- joined the channel
      • codygman joined the channel
      • [FrameworkBenchmarks] zloster closed pull request #1146: Dropwizard plaintext resource now returning precomputed byte array (master...master) http://git.io/EtY8tQ
      • [FrameworkBenchmarks] msmith-techempower pushed 3 new commits to master: http://git.io/HhTOgw
      • FrameworkBenchmarks/master f774579 Leandro Pereira: frameworks/C/lwan: Delete checkout directory if not fully installed
      • FrameworkBenchmarks/master a51c049 Leandro Pereira: frameworks/C/lwan: Add MySQL test for Lwan benchmarks as well.
      • FrameworkBenchmarks/master 2f83079 Mike Smith: Merge pull request #1141 from lpereira/lwan-mysql...
      • acidx
        cool :)
      • TE-msmith__
        ^_^
      • TE-msmith__ is now known as TE-msmith
      • edsiper_ is now known as edsiper
      • codygman has quit
      • codygman- has quit
      • hamiltont
        Does anyone know if it's possible to have virtualenv not create a full path for the interpreter?
      • e.g. pip's shebang line looks like this:
      • #!/home/vagrant/FrameworkBenchmarks/frameworks/Python/wsgi/py2/bin/python
      • I'd like it to look like this:
      • #!py2/bin/python
      • is that possible?