Skip to content
Snippets Groups Projects

hugo clarify Py installation

Merged Wuttke, Joachim requested to merge j.1 into main
3 files
+ 449
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -44,7 +44,7 @@ Then:
# install pyenv
curl https://pyenv.run | bash
#install Python
#install Python (e.g. {{% recommended-python %}})
pyenv install {{% recommended-python %}}
pyenv global {{% recommended-python %}}
which python # shows path in virtual environment
Loading