Browse Source

feat: update python and add python2 specifically

Kyle P Davis 5 years ago
parent
commit
1bc7be7ca3
2 changed files with 3 additions and 1 deletions
  1. 0 1
      gimmes/python
  2. 3 0
      gimmes/python2

+ 0 - 1
gimmes/python

@@ -1,4 +1,3 @@
 #!/bin/bash
 set -o errexit -o pipefail
 has python  ||  gimme_pkg python
-has easy_install || gimme_pkg python-setuptools

+ 3 - 0
gimmes/python2

@@ -0,0 +1,3 @@
+#!/bin/bash
+set -o errexit -o pipefail
+has python2  ||  gimme_pkg python2