Skip to content

Instantly share code, notes, and snippets.

@macoj
Created May 21, 2018 10:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save macoj/567bc17622f61acab48aba347f132755 to your computer and use it in GitHub Desktop.
Save macoj/567bc17622f61acab48aba347f132755 to your computer and use it in GitHub Desktop.
setting which python to use with ipcluster
/usr/bin/python2.7 `which ipcluster` start -n 40
# or
/usr/bin/python3 `which ipcluster` start -n 40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment