Skip to content

Commit f0d1cae

Browse files
committed
Python should be launched with "py" or "python",
per the python documentation: https://docs.python.org/3/using/windows.html#:~:text=To%20launch%20your%20default
1 parent ed97a82 commit f0d1cae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

create_post.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ Set-Content -Path $filePath -Value $yamlContent
6666
Write-Output "Blog post template created at $filePath"
6767
Write-Output ""
6868
Write-Output "Reminder: Use existing categories and tags when possible."
69-
python3 "./scripts/find_tags_categories.py"
69+
python "./scripts/find_tags_categories.py"

0 commit comments

Comments
 (0)