integrations: fix virtualenv url

This commit is contained in:
Herlon Aguiar 2022-04-22 12:07:58 +02:00 committed by GitHub
parent 5930525181
commit 07ebb7e41c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,4 +36,4 @@ Other tools that work with or within the nu language ecosystem.
- [starship](https://starship.rs/#nushell): The minimal, blazing-fast, and infinitely customizable prompt for any shell.
- [zoxide](https://github.com/ajeetdsouza/zoxide): A smarter cd command, inspired by z and autojump.
- [oh-my-posh](https://ohmyposh.dev/docs/installation/prompt): A prompt theme engine for any shell.
- [virtual-env](https://docs.python.org/3/library/venv.html): Provides support for creating lightweight Python "virtual environments".
- [virtualenv](https://github.com/pypa/virtualenv): Provides support for creating lightweight Python "virtual environments".