docs: document conda-script files - #6911
Open
Hofer-Julian wants to merge 1 commit into
Open
Conversation
Hofer-Julian
force-pushed
the
conda-script-docs
branch
from
August 27, 2026 15:20
47356b8 to
ef19ba4
Compare
Hofer-Julian
force-pushed
the
conda-script-docs
branch
from
August 27, 2026 15:30
ef19ba4 to
a272f45
Compare
Hofer-Julian
changed the base branch from
conda-script-source-deps
to
conda-script-init
August 31, 2026 11:15
Hofer-Julian
force-pushed
the
conda-script-docs
branch
2 times, most recently
from
August 31, 2026 11:49
6a6b62c to
ba47af2
Compare
Hofer-Julian
marked this pull request as ready for review
August 31, 2026 12:43
Hofer-Julian
force-pushed
the
conda-script-docs
branch
from
September 3, 2026 09:30
ba47af2 to
979d12c
Compare
Hofer-Julian
force-pushed
the
conda-script-docs
branch
2 times, most recently
from
September 3, 2026 11:58
048c590 to
1db0900
Compare
Hofer-Julian
force-pushed
the
conda-script-docs
branch
2 times, most recently
from
September 3, 2026 12:24
c617991 to
b2470fe
Compare
Hofer-Julian
force-pushed
the
conda-script-docs
branch
from
September 3, 2026 12:33
b2470fe to
afdde96
Compare
Hofer-Julian
force-pushed
the
conda-script-docs
branch
from
September 3, 2026 12:35
afdde96 to
3f39e4e
Compare
Hofer-Julian
force-pushed
the
conda-script-docs
branch
from
September 3, 2026 12:50
3f39e4e to
57a8d61
Compare
Hofer-Julian
force-pushed
the
conda-script-docs
branch
2 times, most recently
from
September 3, 2026 13:22
0515550 to
99e9396
Compare
Hofer-Julian
force-pushed
the
conda-script-docs
branch
from
September 4, 2026 09:18
99e9396 to
1989ff6
Compare
Hofer-Julian
force-pushed
the
conda-script-docs
branch
3 times, most recently
from
September 4, 2026 13:48
6ab315e to
e8e25e3
Compare
A language-agnostic sibling to the standalone Python scripts page, marked experimental with a pointer to issue #3751. The page covers creating a script with `pixi init --script <PATH>`, the block, dependencies, the entrypoint, editing with `pixi add` and friends, locking and the shebang line, and closes with tabbed examples in two groups: languages whose dependencies come from conda-forge (Python, R, C++, Fortran, Mojo) and languages that only take the toolchain from conda-forge and declare libraries inline (C#, Kotlin, TypeScript). Every example lives in `docs/source_files/conda_scripts/` and runs in CI. The configuration reference gains `experimental.conda-script`, which opts in without passing `--experimental` on every run.
Hofer-Julian
force-pushed
the
conda-script-docs
branch
from
September 4, 2026 14:04
e8e25e3 to
4c6e819
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
conda-scriptfiles, marked experimental with a pointer toconda-scriptproposal #3751 andpixi config set experimental.conda-script true --globalas the way inpixi init --script <PATH>, the block, dependencies, the entrypoint, editing withpixi addand friends, locking and the shebang linedocs/source_files/conda_scripts/and runs in CIexperimental.conda-scriptdocs/python/scripts.mdpoints to it and the CLI reference is regenerated