Skip to content

Commit

Permalink
Remove the QUARTO_PYTHON
Browse files Browse the repository at this point in the history
Doesn't seem to be needed for quarto-preview
  • Loading branch information
deltamarnix committed Dec 20, 2023
1 parent b6ef3f9 commit 0276a07
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion env_setup.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
set JULIAUP_DEPOT_PATH=%~dp0
set QUARTO_PYTHON=python
2 changes: 0 additions & 2 deletions env_setup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/bash
JULIAUP_DEPOT_PATH=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
export JULIAUP_DEPOT_PATH
QUARTO_PYTHON=python
export QUARTO_PYTHON

0 comments on commit 0276a07

Please sign in to comment.