Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/additional activation scripts #217

Merged

Conversation

ruben-arts
Copy link
Contributor

@ruben-arts ruben-arts commented Jul 13, 2023

Add the ability to add activation scripts to the pixi.toml this is improtant for ROS project for example.

[activation]
scripts = [".pixi/install/setup.sh"]

[target.win-64.activation]
scripts = [".pixi/install/setup.ps1"]

NOTE: if a script is not found it will warn but not error, and like in this example the scripts variable will be overwritten by the target version if it is available for the current platform.

@wolfv
Copy link
Member

wolfv commented Jul 14, 2023

I like it better! :)

@wolfv wolfv merged commit a524fdb into prefix-dev:main Jul 14, 2023
@ruben-arts ruben-arts deleted the feature/additional_activation_scripts branch February 15, 2024 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants