-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
244 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | ||
Version 2, December 2004 | ||
|
||
Copyright (C) 2022 Andy Kluger | ||
|
||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | ||
Version 2, December 2004 | ||
|
||
Copyright (C) 2004 Sam Hocevar <[email protected]> | ||
|
||
Everyone is permitted to copy and distribute verbatim or modified | ||
copies of this license document, and changing it is allowed as long | ||
as the name is changed. | ||
|
||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | ||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION | ||
|
||
0. You just DO WHAT THE FUCK YOU WANT TO. | ||
|
||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | ||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION | ||
|
||
0. You just DO WHAT THE FUCK YOU WANT TO. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,28 @@ | ||
certifi==2022.9.24 # via requests | ||
charset-normalizer==2.1.1 # via requests | ||
click==8.1.3 # via mkdocs | ||
babel==2.14.0 # via mkdocs-material | ||
certifi==2024.2.2 # via requests | ||
charset-normalizer==3.3.2 # via requests | ||
click==8.1.7 # via mkdocs | ||
colorama==0.4.6 # via mkdocs-material | ||
ghp-import==2.1.0 # via mkdocs | ||
idna==3.4 # via requests | ||
importlib-metadata==5.0.0 # via markdown, mkdocs | ||
jinja2==3.1.2 # via mkdocs, mkdocs-material | ||
markdown==3.3.7 # via mkdocs, mkdocs-material, pymdown-extensions | ||
markupsafe==2.1.1 # via jinja2 | ||
idna==3.7 # via requests | ||
jinja2==3.1.3 # via mkdocs, mkdocs-material | ||
markdown==3.6 # via mkdocs, mkdocs-material, pymdown-extensions | ||
markupsafe==2.1.5 # via jinja2, mkdocs | ||
mergedeep==1.3.4 # via mkdocs | ||
mkdocs==1.4.2 # via -r requirements.in, mkdocs-material | ||
mkdocs-material==8.5.10 # via -r requirements.in | ||
mkdocs-material-extensions==1.1.1 # via mkdocs-material | ||
packaging==21.3 # via mkdocs | ||
pygments==2.13.0 # via mkdocs-material | ||
pymdown-extensions==9.8 # via mkdocs-material | ||
pyparsing==3.0.9 # via packaging | ||
python-dateutil==2.8.2 # via ghp-import | ||
pyyaml==6.0 # via mkdocs, pyyaml-env-tag | ||
mkdocs==1.5.3 # via -r requirements.in, mkdocs-material | ||
mkdocs-material==9.5.17 # via -r requirements.in | ||
mkdocs-material-extensions==1.3.1 # via mkdocs-material | ||
packaging==24.0 # via mkdocs | ||
paginate==0.5.6 # via mkdocs-material | ||
pathspec==0.12.1 # via mkdocs | ||
platformdirs==4.2.0 # via mkdocs | ||
pygments==2.17.2 # via mkdocs-material | ||
pymdown-extensions==10.7.1 # via mkdocs-material | ||
python-dateutil==2.9.0.post0 # via ghp-import | ||
pyyaml==6.0.1 # via mkdocs, pymdown-extensions, pyyaml-env-tag | ||
pyyaml-env-tag==0.1 # via mkdocs | ||
requests==2.28.1 # via mkdocs-material | ||
regex==2023.12.25 # via mkdocs-material | ||
requests==2.31.0 # via mkdocs-material | ||
six==1.16.0 # via python-dateutil | ||
urllib3==1.26.12 # via requests | ||
watchdog==2.1.9 # via mkdocs | ||
zipp==3.10.0 # via importlib-metadata | ||
urllib3==2.2.1 # via requests | ||
watchdog==4.0.0 # via mkdocs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
# Manage Python versions | ||
|
||
This project doesn't maintain multiple Python installations for you; | ||
you can use [pyenv](https://github.com/pyenv/pyenv) or [asdf](https://asdf-vm.com/) to do so. | ||
you can use [mise](https://github.com/jdx/mise), [pyenv](https://github.com/pyenv/pyenv), or [asdf](https://asdf-vm.com/) to do so. | ||
|
||
=== "mise" | ||
|
||
```console | ||
% mise install [email protected] | ||
``` | ||
|
||
=== "pyenv" | ||
|
||
|
@@ -17,6 +23,13 @@ you can use [pyenv](https://github.com/pyenv/pyenv) or [asdf](https://asdf-vm.co | |
|
||
## Install a tool with a specific Python version | ||
|
||
=== "mise" | ||
|
||
```console | ||
% mise shell [email protected] | ||
% pipz install httpie | ||
``` | ||
|
||
=== "pyenv" | ||
|
||
```console | ||
|
@@ -33,6 +46,13 @@ you can use [pyenv](https://github.com/pyenv/pyenv) or [asdf](https://asdf-vm.co | |
|
||
## Create a venv with a specific Python version | ||
|
||
=== "mise" | ||
|
||
```console | ||
% mise shell [email protected] | ||
% envin # or: activate | ||
``` | ||
|
||
=== "pyenv" | ||
|
||
```console | ||
|
@@ -53,6 +73,13 @@ regardless of the current shell's `path`. | |
|
||
## Keep multiple Python version venvs available for a single project | ||
|
||
=== "mise" | ||
|
||
```console | ||
% mise shell [email protected] | ||
% envin --py current # or: activate --py current | ||
``` | ||
|
||
=== "pyenv" | ||
|
||
```console | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
plumbum==1.8.0 # via -r requirements.in | ||
wheezy-template==3.1.0 # via -r requirements.in | ||
plumbum==1.8.2 # via -r requirements.in | ||
wheezy-template==3.2.2 # via -r requirements.in |
Oops, something went wrong.