Our goal is pyenv, python, poetry, vscode and quarto working seamlessly with python virtual environments from a command line.
Getting all these tools to work together, especially on windows is challenging and time consuming. This site gathers all the necessary commands into one place so that one can install everything all at once.
The web site offers instructions for window, mac and PC.
This repo contains the source for the website at: https://vcu-ssg.github.io/ssg-quarto-python-setup
If you're sure that you have all the tools installed and you just want to make it all work, see:
- final steps to get your profiles set, and
- vscode to get your settings correct.
.websrc - contains source code for the web site. The website is creating using quarto.
.docs - contains the html for the quarto generated web site. Edit the source and quarto render the site.
Installing the individual tools goes pretty easy. However, making them work together requires attention to ensuring that:
- ALL the instructions for each of the tools be followed.
- poetry is installed with the official installer and NOT pip install poetry. This is especially important for windows installs.
- appropriate code is added to the $PROFILE, .bashrc or .zshrc files.
- appropriate VSCODE extensions are installed.
- appropriate VSCODE setting in the extensions are set.
Easy peasy if you check all the boxes. Pain in the rear if you don't.