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

add binary install commandos #71

Merged
merged 9 commits into from
Jun 13, 2023
Merged

Conversation

ruben-arts
Copy link
Contributor

closes #70

@traversaro
Copy link
Contributor

Thanks @ruben-arts !

@ruben-arts
Copy link
Contributor Author

@wolfv What would be a nice replacement for the Macos version?

@wolfv
Copy link
Member

wolfv commented Jun 12, 2023

I think we could install into ~/.pixi/ and tell the user to add it to the PATH (since they'd need it anyways for the shims?

@traversaro
Copy link
Contributor

Not sure if this belongs to this PR, but it could make sense to also document how to uninstall pixi from the system once it has been installed using the documented steps?

@ruben-arts
Copy link
Contributor Author

This is now completely rewritten into an install script for the systems that can easily be fetched using a web get a tool like curl.

To test it use on linux:

curl -fsSL https://raw.githubusercontent.com/prefix-dev/pixi/docs/add_binary_install_command/scripts/install.sh | bash

or on windows:

iwr -useb https://raw.githubusercontent.com/prefix-dev/pixi/docs/add_binary_install_command/scripts/install.ps1 | iex

@ruben-arts
Copy link
Contributor Author

@traversaro Added a small section for the uninstall

@ruben-arts ruben-arts merged commit ab51763 into main Jun 13, 2023
@ruben-arts ruben-arts deleted the docs/add_binary_install_command branch June 13, 2023 09:21
@traversaro
Copy link
Contributor

Thanks!

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.

Document installation from binaries
4 participants