Skip to content

Commit

Permalink
Rename module
Browse files Browse the repository at this point in the history
  • Loading branch information
jgujerry committed Dec 27, 2023
1 parent ca7dc66 commit 297a60e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ A beginner's guide on effectively managing Python virtual environments.
Popular Python virtual environment management tools:
* [1] [venv](venv/README.md)
* [2] [virtualenv](virtualenv/README.md)
* [3] [virtualenv + virtualenvwrapper](virtualenv+virtualenwrapper/README.md)
* [3] [virtualenvwrapper](virtualenwrapper/README.md)
* [4] [pipenv](pipenv/README.md)
* [5] [poetry](poetry/README.md)
* [6] [pyenv + virtualenv](pyenv+virtualenv/README.md)
* [6] [pyenv-virtualenv](pyenv-virtualenv/README.md)
* [7] [conda](conda/README.md)
* [8] [hatch](hatch/README.md)
* [9] [pdm](pdm/README.md)
Expand Down
2 changes: 1 addition & 1 deletion pyenv+virtualenv/README.md → pyenv-virtualenv/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pyenv + virtualenv
# pyenv-virtualenv

[`pyenv`](https://github.com/pyenv/pyenv) let you manage multiple versions of Python easily. It's simple, unobtrusive, and follows
the UNIX tradition of single-purpose tools do one thing well.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# virtualenv + virtualenvwrapper
# virtualenvwrapper

`virtualenvwrapper` is a set of shell scripts that enhance the functionality of `virtualenv`, a tool for creating isolated Python environments. The extensions include wrappers for creating and deleting virtual environments and otherwise managing your development workflow, making it easier to work on more than one project at a time without introducing conflicts in their dependencies.

Expand Down
File renamed without changes.

0 comments on commit 297a60e

Please sign in to comment.