unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#61329: Info
@ 2023-02-06 13:36 ` Michela Francesconi
  2023-02-08 10:07   ` Parnikkapore via Bug reports for GNU Guix
  2023-02-08 13:57   ` Simon Tournier
  0 siblings, 2 replies; 3+ messages in thread
From: Michela Francesconi @ 2023-02-06 13:36 UTC (permalink / raw)
  To: 61329

[-- Attachment #1: Type: text/plain, Size: 691 bytes --]

Hello,

I am using an ssh account that connects to an external server, i have
downloaded through guix some software like samtools and bedtools but when i
try to use them in my directory it gives me this error:

-bash: samtools: command not found

In my direcory, however, there is the directry guix.profile and if I go
into the bin folder of this, I have everything I downloaded and if I run:

./samtools

In that direcory, I can see it and works. But how I can use that software
packages in another folder? I try with:

PATH=$PATH:~/home/hub_galli/mfrancesconi/.guix-profile/bin export PATH

But it doesn't work. What I'm doing wrong? You can help me?


Thank you and best regards

Michela

[-- Attachment #2: Type: text/html, Size: 4860 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#61329: Info
  2023-02-06 13:36 ` bug#61329: Info Michela Francesconi
@ 2023-02-08 10:07   ` Parnikkapore via Bug reports for GNU Guix
  2023-02-08 13:57   ` Simon Tournier
  1 sibling, 0 replies; 3+ messages in thread
From: Parnikkapore via Bug reports for GNU Guix @ 2023-02-08 10:07 UTC (permalink / raw)
  To: 61329

Hello, and welcome to Guix!

The "proper" way to run software installed using Guix is to activate the Guix profile; see https://guix.gnu.org/manual/en/html_node/Getting-Started.html for details. This sets $PATH for you, along with other environment variables that make sure e.g. new man pages can be found.

For setting $PATH manually, "~" is a shorthand for your home directory, so one of these two should work:

a)
PATH=$PATH:/home/hub_galli/mfrancesconi/.guix-profile/bin
export PATH

b)
PATH=$PATH:~/.guix-profile/bin
export PATH

Hope this helps!




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#61329: Info
  2023-02-06 13:36 ` bug#61329: Info Michela Francesconi
  2023-02-08 10:07   ` Parnikkapore via Bug reports for GNU Guix
@ 2023-02-08 13:57   ` Simon Tournier
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Tournier @ 2023-02-08 13:57 UTC (permalink / raw)
  To: Michela Francesconi; +Cc: 61329

Hi,

On lun., 06 févr. 2023 at 14:36, Michela Francesconi <michelafrancesconi8@gmail.com> wrote:

> But it doesn't work. What I'm doing wrong? You can help me?

Welcome!

The purpose of the email list help-guix@gnu.org is for getting help.
Maybe it would be more suitable for asking help instead of reporting a
bug. :-)

I hope the message by Parnikkapore is answering your question.

Well, what do you think if this report is closed and instead the
discussion is happening in help-guix@gnu.org?  Since I am missing if it
is related to a bug. ;-)

Cheers,
simon




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-02-11 13:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <D4CE493C-8F32-41E4-9D90-0DA698B1791B.ref@yahoo.com>
2023-02-06 13:36 ` bug#61329: Info Michela Francesconi
2023-02-08 10:07   ` Parnikkapore via Bug reports for GNU Guix
2023-02-08 13:57   ` Simon Tournier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).