<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to install software on Viya 4 compute server? in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-install-software-on-Viya-4-compute-server/m-p/955619#M29469</link>
    <description>&lt;P&gt;Ok, found a indirectly way to do so, just build a static git command under the NFS folder /data/sascode which can be accessed by computer server as mapped folder /sascode, then this git command can be executed on compute server now:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="analyser_xyz_0-1736426623217.png" style="width: 791px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/103618iACF5A1B32A30F757/image-dimensions/791x358?v=v2" width="791" height="358" role="button" title="analyser_xyz_0-1736426623217.png" alt="analyser_xyz_0-1736426623217.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;static built git command is the key, it does not need the third party components which are not available on compute server.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jan 2025 12:48:12 GMT</pubDate>
    <dc:creator>analyser_xyz</dc:creator>
    <dc:date>2025-01-09T12:48:12Z</dc:date>
    <item>
      <title>How to install software on Viya 4 compute server?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-install-software-on-Viya-4-compute-server/m-p/955473#M29462</link>
      <description>&lt;P&gt;Dear Expert,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In SASStudio, I tried to clone git repo by invoking git command via x statement, but return 'git command not found error', seems SAS will search the git command on the compute server that current SAS session connecting to. I connected to compute server pod shell, but it even have no dnf command, so how to install git on&amp;nbsp;compute server?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the code:&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;x "git clone giturl localdir";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 13:43:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-install-software-on-Viya-4-compute-server/m-p/955473#M29462</guid>
      <dc:creator>analyser_xyz</dc:creator>
      <dc:date>2025-01-08T13:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to install software on Viya 4 compute server?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-install-software-on-Viya-4-compute-server/m-p/955475#M29463</link>
      <description>&lt;P&gt;You could use git_clone() instead, see &lt;A href="https://documentation.sas.com/doc/de/pgmsascdc/9.4_3.5/lefunctionsref/n10pxql65jtf4sn11m3d6jzcrgcz.htm" target="_blank"&gt;https://documentation.sas.com/doc/de/pgmsascdc/9.4_3.5/lefunctionsref/n10pxql65jtf4sn11m3d6jzcrgcz.htm&lt;/A&gt; for details.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 14:03:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-install-software-on-Viya-4-compute-server/m-p/955475#M29463</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2025-01-08T14:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to install software on Viya 4 compute server?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-install-software-on-Viya-4-compute-server/m-p/955479#M29464</link>
      <description>You cannot install new software packages in the compute server container, but as andreas_lds mentioned SAS has built in git integration functions you can use. SAS Studio also has git functionality in the UI that makes use of these functions.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/webeditorcdc/5.2/webeditorug/n0vksc2mc4hpypn1q87623fbxp55.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/webeditorcdc/5.2/webeditorug/n0vksc2mc4hpypn1q87623fbxp55.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt; Alternatively, you could clone the repository outside of the container and mount that repository into the container as a volume.</description>
      <pubDate>Wed, 08 Jan 2025 15:16:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-install-software-on-Viya-4-compute-server/m-p/955479#M29464</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2025-01-08T15:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to install software on Viya 4 compute server?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-install-software-on-Viya-4-compute-server/m-p/955576#M29465</link>
      <description>Thanks, but how git_clone() support depth option likes git command? git clone --depth 1 giturl</description>
      <pubDate>Thu, 09 Jan 2025 01:43:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-install-software-on-Viya-4-compute-server/m-p/955576#M29465</guid>
      <dc:creator>analyser_xyz</dc:creator>
      <dc:date>2025-01-09T01:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to install software on Viya 4 compute server?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-install-software-on-Viya-4-compute-server/m-p/955580#M29466</link>
      <description>&lt;P&gt;Thanks, yes, but where can I add &lt;SPAN&gt;--depth or other git&amp;nbsp;&lt;/SPAN&gt;option with this way?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 02:11:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-install-software-on-Viya-4-compute-server/m-p/955580#M29466</guid>
      <dc:creator>analyser_xyz</dc:creator>
      <dc:date>2025-01-09T02:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to install software on Viya 4 compute server?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-install-software-on-Viya-4-compute-server/m-p/955582#M29467</link>
      <description>&lt;P&gt;Hope Viya will provide a simple way to let user install other software that can be invoked by x statement.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 02:15:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-install-software-on-Viya-4-compute-server/m-p/955582#M29467</guid>
      <dc:creator>analyser_xyz</dc:creator>
      <dc:date>2025-01-09T02:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to install software on Viya 4 compute server?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-install-software-on-Viya-4-compute-server/m-p/955619#M29469</link>
      <description>&lt;P&gt;Ok, found a indirectly way to do so, just build a static git command under the NFS folder /data/sascode which can be accessed by computer server as mapped folder /sascode, then this git command can be executed on compute server now:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="analyser_xyz_0-1736426623217.png" style="width: 791px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/103618iACF5A1B32A30F757/image-dimensions/791x358?v=v2" width="791" height="358" role="button" title="analyser_xyz_0-1736426623217.png" alt="analyser_xyz_0-1736426623217.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;static built git command is the key, it does not need the third party components which are not available on compute server.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 12:48:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-install-software-on-Viya-4-compute-server/m-p/955619#M29469</guid>
      <dc:creator>analyser_xyz</dc:creator>
      <dc:date>2025-01-09T12:48:12Z</dc:date>
    </item>
  </channel>
</rss>

