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.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
env
variables in thetask
definition, these can also be used as default values for parameters in your task which you can overwrite with your shell's env variables.e.g.
task = { cmd = "task to run", env = { VAR="value1", PATH="my/path:$PATH" } }
📃 Details
Added
env
to the tasks to specify tasks specific environment variables by @wolfv in feat: Addenv
to the tasks to specify tasks specific environment variables prefix-dev/pixi#972Changed
--pyproject
option topixi init
with a pyproject.toml by @olivier-lacroix in #1188Documentation
Document
pixi.lock
by @ruben-arts in #1209Document channel
priority
definition by @ruben-arts in #1234Add rust tutorial including openssl example by @ruben-arts in #1155
Add python tutorial to documentation by @tdejager in #1179
Add JupyterLab integration docs by @renan-r-santos in #1147
Add Windows support for PyCharm integration by @pavelzw in #1192
Setup_pixi for local pixi installation by @ytausch in #1181
Update pypi docs by @Hofer-Julian in #1215
Fix order of
--no-deps
when pip installing in editable mode by @glemaitre in #1220Fix frozen documentation by @ruben-arts in #1167
Fixed
_
with-
when creating environments from features by @wolfv in #1203BREAKING
task = { cmd = "task to run", cwd = "folder", inputs = "input.txt", output = "output.txt"}
Whereinput.txt
andoutput.txt
where previously infolder
they are now relative the project root. This changed in: #1202task = { cmd = "task to run", inputs = "input.txt"}
previously searched for allinput.txt
files now only for the ones in the project root. This changed in: #1204New Contributors
Full commit history