[GH-ISSUE #8640] Add install location variable to linux #52107

Open
opened 2026-04-28 22:06:06 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @muzzol on GitHub (Jan 28, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/8640

I would like to specify install location either with a parameter --install-dir or with a variable $OLLAMA_INSTALL_DIR or both

the variable already exists in installer script, so it should be enough to allow overwriting it with custom value. something like:

export OLLAMA_INSTALL_DIR="/home/user/ollamainst"
curl -fsSL https://ollama.com/install.sh | sh

Originally created by @muzzol on GitHub (Jan 28, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/8640 I would like to specify install location either with a parameter --install-dir or with a variable $OLLAMA_INSTALL_DIR or both the variable already exists in installer script, so it should be enough to allow overwriting it with custom value. something like: ``` export OLLAMA_INSTALL_DIR="/home/user/ollamainst" curl -fsSL https://ollama.com/install.sh | sh ```
GiteaMirror added the feature request label 2026-04-28 22:06:06 -05:00
Author
Owner

@A-Akhil commented on GitHub (Jan 29, 2025):

@jmorganca, I'd like to work on implementing the feature discussed in issue #8640, which involves specifying the install location via a parameter or environment variable. Could you please assign this issue to me?

<!-- gh-comment-id:2622174426 --> @A-Akhil commented on GitHub (Jan 29, 2025): @jmorganca, I'd like to work on implementing the feature discussed in issue #8640, which involves specifying the install location via a parameter or environment variable. Could you please assign this issue to me?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#52107