https://github.com/technote-space/python-setup
https://github.com/technote-space/python-setup
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/technote-space/python-setup
- Owner: technote-space
- Created: 2020-07-20T02:53:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-01T05:51:07.000Z (over 4 years ago)
- Last Synced: 2025-03-26T23:39:01.161Z (9 months ago)
- Language: Shell
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
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