Skip to content

Instantly share code, notes, and snippets.

@M4rtinK
Created February 20, 2015 20:31
Show Gist options
  • Save M4rtinK/ebbcad51d5621c0aaa20 to your computer and use it in GitHub Desktop.
Save M4rtinK/ebbcad51d5621c0aaa20 to your computer and use it in GitHub Desktop.
Checking Anaconda Python 3 compatibility
#!/bin/bash
PARAMS="-x print -x unicode -x filter -x map -x dict -x callable -x input"
#PARAMS="-f lambda"
2to3 -v -j 4 $PARAMS . 2>1 | grep -v RefactoringTool:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment