python 152 B

123456
  1. #!/bin/bash
  2. if [[ "$OS" = "Darwin" ]]; then
  3. mkdir -p "$PYTHONPATH"
  4. fi
  5. has python || gimme_pkg python
  6. has easy_install || gimme_pkg python-setuptools