/usr/bin/ipcluster3 is in ipython3 2.3.0-2.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 | #!/usr/bin/env python3
# This script was automatically generated by setup.py
if __name__ == '__main__':
from IPython.parallel.apps.ipclusterapp import launch_new_instance
launch_new_instance()
|