Tomas Volf <~@wolfsden.cz> writes:
> [[PGP Signed Part:Undecided]]
> On 2024-01-20 12:32:08 +, Théo Tyburn wrote:
>> Richard Sent writes:
>>
>> > Depending on what you mean by polluting or re-entering the profile
>> > information all the time this might not be what you want. When I write
>
Hi Felix,
Felix Lechner writes:
> Hi Théo,
>
> On Fri, Jan 19 2024, Théo Tyburn wrote:
>
>> How do I go about packaging it to make the script available from the command
>> line
>> without polluting the environment with the dependencies ?
>
> The best way is wrap-program, or my forthcoming wrap-
On 2024-01-20 12:32:08 +, Théo Tyburn wrote:
> Richard Sent writes:
>
> > Depending on what you mean by polluting or re-entering the profile
> > information all the time this might not be what you want. When I write
> > scripts that rely on specific dependencies I don't want to permanently
>
Richard Sent writes:
> Depending on what you mean by polluting or re-entering the profile
> information all the time this might not be what you want. When I write
> scripts that rely on specific dependencies I don't want to permanently
> install, I write the shebang like this:
>
> --8<---
Théo Tyburn writes:
> Hi again,
>
> Now I want to package a python script that has some dependencies on
> python packages.
>
> How do I go about packaging it to make the script available from the command
> line
> without polluting the environment with the dependencies ? I am looking
> for a simi
Hi Théo,
On Fri, Jan 19 2024, Théo Tyburn wrote:
> How do I go about packaging it to make the script available from the command
> line
> without polluting the environment with the dependencies ?
The best way is wrap-program, or my forthcoming wrap-executable.
Kind regards
Felix
Hi again,
Now I want to package a python script that has some dependencies on
python packages.
How do I go about packaging it to make the script available from the command
line
without polluting the environment with the dependencies ? I am looking
for a similar effect to running `guix shell py
Tomas Volf writes:
> I believe you are looking for (source (local-file ..)), example can be found
> in
> this excellent blog post:
>
> https://guix.gnu.org/en/blog/2023/from-development-environments-to-continuous-integrationthe-ultimate-guide-to-software-development-with-guix/
That's exactly
On 2023-10-23 18:01:12 +, Théo Tyburn wrote:
> Hi,
>
> I have some guile CLI scripts and I would like to make them accessible
> in $PATH by putting each of them in a package.
>
> Is there a simple way to do this without having to make a git
> repository ? What I would like is something like t
Hi,
I have some guile CLI scripts and I would like to make them accessible
in $PATH by putting each of them in a package.
Is there a simple way to do this without having to make a git
repository ? What I would like is something like this:
> (package
> (name "script1")
> (version "0.0.0")
>
10 matches
Mail list logo