1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-09 12:03:49 -05:00

Revert "Merge pull request #1153 from cmcginty/remove-sbang"

This reverts commit 070e1c859f, reversing
changes made to 3faeda67bb.
This commit is contained in:
Andrew Rabert
2019-04-23 10:23:33 -04:00
parent 070e1c859f
commit 0f596d2504
32 changed files with 44 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env bash
#
# Summary: Install a Python version using python-build
#
# Usage: pyenv install [-f] [-kvp] <version>

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env bash
#
# Summary: Uninstall a specific Python version
#
# Usage: pyenv uninstall [-f|--force] <version>

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env bash
set -e
status=0