diff --git a/makefile b/makefile
index 4a417de..cfcac3b 100644
--- a/makefile
+++ b/makefile
@@ -18,13 +18,13 @@
 BOOTSTRAP = gcc make nload
 
 # Languages to install after bootstrap but before other packages
-LANGS = go perl python python3
+LANGS = go perl python
 
 # Stuff we want pip to install
 PIPMODULES = ansible pew pythonz-bd
 
 # Set of packages we want to include in the distribution tarball
-MYTOOLS = bash-completion emacs file-formula git htop joe nmap screen socat source-highlight the_silver_searcher tmux tree vim
+MYTOOLS = bash-completion emacs file-formula git htop nmap screen socat source-highlight the_silver_searcher tmux tree vim
 
 
 # ----------- Nothing below here should need changing ----------- #