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 dbe96ed commit 8222d2bCopy full SHA for 8222d2b
gui/app.py
@@ -56,8 +56,7 @@
56
# /.venv/lib/python3.12/site-packages/quarto_cli/bin
57
# source activate .venv/bin/activate
58
quarto_share_path = os.path.join(sys._MEIPASS, "quarto_cli", "share")
59
- _PATH = os.pathsep.join([quarto_bin_path, quarto_share_path, _PATH])
60
- os.environ["PATH"] = _PATH
+ os.environ["PATH"] = os.pathsep.join([quarto_bin_path, quarto_share_path, _PATH])
61
# This requires that the python version is the same as the one used to create the executable
62
# in the Python environment the kernel is started from for quarto based reports
63
# os.environ["PYTHONPATH"] = os.pathsep.join(
0 commit comments