Skip to content

Commit

Permalink
Add a package manager status badge (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored Jul 2, 2024
1 parent 59cfc5f commit fabed5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ If you're using [pyenv](https://github.com/pyenv/pyenv) to manage your Python ve

## How do I disable the automatic search/usage of the `.venv` virtual environment?

If you look at the [diagram of how the Launcher chooses what Python interpreter/environment to use](index.md#diagram-of-how-the-python-launcher-selects-a-python-interpreter), you will notice that the `.venv` virtual environment is only selected if you **don't** specify a verison restriction, e.g. `py -3` disables the search.
If you look at the [diagram of how the Launcher chooses what Python interpreter/environment to use](index.md#diagram-of-how-the-python-launcher-selects-a-python-interpreter), you will notice that the `.venv` virtual environment is only selected if you **don't** specify a version restriction, e.g. `py -3` disables the search.

The thinking behind this is that if you want a specific Python version then you aren't interested in a specific virtual environmen., Thus the search for `.venv` is skipped when **any** specific version is requested.
2 changes: 2 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ There are three ways to install the Python Launcher for Unix:

Which option is available and best for you will depend on your operating system and your own personal preferences.

[![Packaging status](https://repology.org/badge/vertical-allrepos/python-launcher.svg)](https://repology.org/project/python-launcher/versions)

## Linux

### [Linuxbrew](https://docs.brew.sh/Homebrew-on-Linux)
Expand Down

0 comments on commit fabed5b

Please sign in to comment.