An open API service indexing awesome lists of open source software.

https://github.com/technote-space/python-setup


https://github.com/technote-space/python-setup

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

## Setup Python

Setup script for Python.

## Table of Contents

Details

- [Usage](#usage)
- [Detail](#detail)

### Usage
```shell script
curl -L 'https://raw.githubusercontent.com/technote-space/python-setup/master/bin/setup.sh' | bash -s --
```

e.g.
```shell script
curl -L 'https://raw.githubusercontent.com/technote-space/python-setup/master/bin/setup.sh' | bash -s -- 3.7.7 test
```

### Detail
1. Install brew (macOS)
1. Install packages (Linux)
1. Install pyenv
1. Install Python
1. Install Virtualenv
1. Install Pipenv