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

specify snap use case #1079

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ $ snap run root-framework
$ root # and the output of `which root` should contain `/snap`
```

Note that, when installing via Snap, you shouldn't call `thisroot.sh` as is the
usual case when downloading the binaries, more details [here](https://root-forum.cern.ch/t/activating-the-snap-installation/63075/4).

To use ROOT from Python, the Snap package bundles its own Python 3.8 interpreter
that knows where to find the ROOT libraries. This is done to avoid interference
with other system packages. You should use `pyroot` rather than `python` to make
Expand Down