Skip to main content

Package short description.

Project description

Documentation Status https://github.com/MacHu-GWU/virtualenv_bootstrap-project/workflows/CI/badge.svg https://codecov.io/gh/MacHu-GWU/virtualenv_bootstrap-project/branch/main/graph/badge.svg https://img.shields.io/pypi/v/virtualenv-bootstrap.svg https://img.shields.io/pypi/l/virtualenv-bootstrap.svg https://img.shields.io/pypi/pyversions/virtualenv-bootstrap.svg https://img.shields.io/badge/Release_History!--None.svg?style=social https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social
https://img.shields.io/badge/Link-Document-blue.svg https://img.shields.io/badge/Link-API-blue.svg https://img.shields.io/badge/Link-Install-blue.svg https://img.shields.io/badge/Link-GitHub-blue.svg https://img.shields.io/badge/Link-Submit_Issue-blue.svg https://img.shields.io/badge/Link-Request_Feature-blue.svg https://img.shields.io/badge/Link-Download-blue.svg

Welcome to virtualenv_bootstrap Documentation

在自动化运维领域, 用 Python 来代替 Bash 来写 shell script 能够极大的提升代码的可维护性. 仅使用标准库就能做到大部分的事情了. 在少数情况下, 我们依然需要安装一些第三方库来完成一些业务逻辑. 通常情况下, 我们需要手动安装依赖, 还有可能需要用到 virtualenv 以避免污染 global Python, 然后才能运行脚本. 这个库的意义是简化这一步骤, 通过自动创建 virtualenv 和安装依赖的方式, 使得你用任何 Python 解释器都能运行你的 shell script.

Install

virtualenv_bootstrap is released on PyPI, so all you need is to:

$ pip install virtualenv-bootstrap

To upgrade to latest version:

$ pip install --upgrade virtualenv-bootstrap

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

virtualenv_bootstrap-0.0.1.tar.gz (11.4 kB view hashes)

Uploaded Source

Built Distribution

virtualenv_bootstrap-0.0.1-py3-none-any.whl (9.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page