diff --git a/bin/humbug-send b/bin/humbug-send
index 96d4fb66..dc8d593b 100755
--- a/bin/humbug-send
+++ b/bin/humbug-send
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 # humbug-send -- Sends a message to the specified recipients.
 
diff --git a/bots/check-mirroring b/bots/check-mirroring
index 3485836c..23651a3f 100755
--- a/bots/check-mirroring
+++ b/bots/check-mirroring
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 import sys
 import time
 import optparse
diff --git a/bots/feedback-bot b/bots/feedback-bot
index d7d56f50..2900dd66 100755
--- a/bots/feedback-bot
+++ b/bots/feedback-bot
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 import sys
 from os import path
 import logging
diff --git a/bots/sync-public-streams b/bots/sync-public-streams
index 63f0b338..f6d71702 100755
--- a/bots/sync-public-streams
+++ b/bots/sync-public-streams
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 import sys
 from os import path
 import logging
diff --git a/bots/zephyr_mirror.py b/bots/zephyr_mirror.py
index ceffbc48..7d35c581 100755
--- a/bots/zephyr_mirror.py
+++ b/bots/zephyr_mirror.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 # Copyright (C) 2012 Humbug, Inc.
 #
 # Permission is hereby granted, free of charge, to any person
diff --git a/bots/zephyr_mirror_backend.py b/bots/zephyr_mirror_backend.py
index 76efc0e8..b0650485 100755
--- a/bots/zephyr_mirror_backend.py
+++ b/bots/zephyr_mirror_backend.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 # Copyright (C) 2012 Humbug, Inc.
 #
 # Permission is hereby granted, free of charge, to any person
diff --git a/examples/get-public-streams b/examples/get-public-streams
index 0ea9d167..e3d4d8b8 100755
--- a/examples/get-public-streams
+++ b/examples/get-public-streams
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # Copyright © 2012 Humbug, Inc.
diff --git a/examples/list-members b/examples/list-members
index 9edb9c25..d0aff933 100755
--- a/examples/list-members
+++ b/examples/list-members
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # Copyright © 2013 Humbug, Inc.
diff --git a/examples/list-subscriptions b/examples/list-subscriptions
index c460f5eb..d91ab1df 100755
--- a/examples/list-subscriptions
+++ b/examples/list-subscriptions
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # Copyright © 2012 Humbug, Inc.
diff --git a/examples/print-messages b/examples/print-messages
index a20dc197..5373af9b 100755
--- a/examples/print-messages
+++ b/examples/print-messages
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # Copyright © 2012 Humbug, Inc.
diff --git a/examples/print-next-message b/examples/print-next-message
index e0b3294e..6d6f601e 100755
--- a/examples/print-next-message
+++ b/examples/print-next-message
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # Copyright © 2012 Humbug, Inc.
diff --git a/examples/send-message b/examples/send-message
index fadcbe04..12f7005f 100755
--- a/examples/send-message
+++ b/examples/send-message
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # Copyright © 2012 Humbug, Inc.
diff --git a/examples/subscribe b/examples/subscribe
index a5d7c97c..1d2fe9fa 100755
--- a/examples/subscribe
+++ b/examples/subscribe
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # Copyright © 2012 Humbug, Inc.
diff --git a/examples/unsubscribe b/examples/unsubscribe
index e73be0b5..b63a78f9 100755
--- a/examples/unsubscribe
+++ b/examples/unsubscribe
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # Copyright © 2012 Humbug, Inc.
diff --git a/humbug/__init__.py b/humbug/__init__.py
index 971eecff..38282245 100644
--- a/humbug/__init__.py
+++ b/humbug/__init__.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # -*- coding: utf-8 -*-
 
 # Copyright © 2012 Humbug, Inc.
diff --git a/integrations/trac/humbug_trac.py b/integrations/trac/humbug_trac.py
index 099a31d6..6cc73946 100644
--- a/integrations/trac/humbug_trac.py
+++ b/integrations/trac/humbug_trac.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # -*- coding: utf-8 -*-
 
 # Copyright © 2012 Humbug, Inc.