Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/massongit/pyenv-pip-update
Update all libraries managed by pip or conda in all environments (pyenv plugin).
https://github.com/massongit/pyenv-pip-update
pip pyenv python
Last synced: 22 days ago
JSON representation
Update all libraries managed by pip or conda in all environments (pyenv plugin).
- Host: GitHub
- URL: https://github.com/massongit/pyenv-pip-update
- Owner: massongit
- License: mit
- Created: 2017-03-03T08:07:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T16:52:59.000Z (about 1 month ago)
- Last Synced: 2024-11-18T18:03:42.220Z (about 1 month ago)
- Topics: pip, pyenv, python
- Language: Shell
- Homepage:
- Size: 46.9 KB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# pyenv-pip-update
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE.txt)
Update all libraries managed by `pip` or `conda` in all environments ([pyenv](https://github.com/pyenv/pyenv) plugin).## Version
0.0.6
## Installation
git clone https://github.com/massongit/pyenv-pip-update $(pyenv root)/plugins/pyenv-pip-update
## Usage
pyenv pip-update
## History
See [HISTORY.md](HISTORY.md)
## Note
In the environments using `conda` (anaconda or miniconda), this plugin only updates all libraries managed by `conda`.