f
This commit is contained in:
@@ -38,7 +38,7 @@ Medios-Macina is a CLI media manager and toolkit focused on downloading, tagging
|
|||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>console command</summary>
|
<summary>console command</summary>
|
||||||
<pre><code>git clone https://code.glowers.club/j/Medios-Macina
|
<pre><code>git clone https://code.glowers.club/goyimnose/Medios-Macina.git
|
||||||
python Medios-Macina/scripts/bootstrap.py
|
python Medios-Macina/scripts/bootstrap.py
|
||||||
</code></pre>
|
</code></pre>
|
||||||
</details>
|
</details>
|
||||||
|
|||||||
@@ -1243,10 +1243,7 @@ if (Test-Path (Join-Path $repo 'CLI.py')) {
|
|||||||
" done\n"
|
" done\n"
|
||||||
' echo "MM_DEBUG: end diagnostics" >&2\n'
|
' echo "MM_DEBUG: end diagnostics" >&2\n'
|
||||||
"fi\n"
|
"fi\n"
|
||||||
"# Packaged console script in the venv if available\n"
|
"# Use -m scripts.cli_entry directly instead of pip-generated wrapper to avoid entry point issues\n"
|
||||||
'if [ -x "$VENV/bin/mm" ]; then\n'
|
|
||||||
' exec "$VENV/bin/mm" "$@"\n'
|
|
||||||
"fi\n"
|
|
||||||
"# Prefer venv's python3, then venv's python\n"
|
"# Prefer venv's python3, then venv's python\n"
|
||||||
'if [ -x "$VENV/bin/python3" ]; then\n'
|
'if [ -x "$VENV/bin/python3" ]; then\n'
|
||||||
' exec "$VENV/bin/python3" -m scripts.cli_entry "$@"\n'
|
' exec "$VENV/bin/python3" -m scripts.cli_entry "$@"\n'
|
||||||
|
|||||||
Reference in New Issue
Block a user