Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dbd0b3 commit 7c6f221Copy full SHA for 7c6f221
makefile
@@ -3,6 +3,10 @@ install: install_hatch
3
install_hatch: install_pipx
4
pipx install hatch
5
6
-install_pipx:
+install_pipx: install_python_with_pyenv
7
pip install --user pipx && \
8
pipx ensurepath
9
+
10
+install_python_with_pyenv:
11
+ pyenv install 3.10.7 && \
12
+ pyenv global 3.10.7
0 commit comments