Skip to content

Commit 87bab6c

Browse files
committed
Adds note regarding Python support in apt-get
Adds a notice explaining the lack of Python support in the apt-get package due to build server issues. Suggests using the latest nightly build from the development branch for Ubuntu for Python support.
1 parent fce8e00 commit 87bab6c

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed
1.42 MB
Binary file not shown.

content/releases/linux-installation.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ weight = 10
1414
Please not that the distribution by the OPM Project will be updated some time after the release of a new version on GitHub.
1515
{{% /notice %}}
1616

17-
### Ubuntu
18-
On the command line do:
17+
### Ubuntu (no Python support)
18+
19+
The **apt-get** package does not contain **Python** support due to build server issues.
1920

2021
sudo apt-get update
2122
sudo apt-get install software-properties-common
@@ -26,15 +27,17 @@ On the command line do:
2627

2728
Launch the application using the command `ResInsight`
2829

30+
### Ubuntu (nightly build with Python support)
31+
32+
The **apt-get** package does not contain **Python** support due to build server issues. Consider using the latest nightly build for Ubuntu from the development branch for Python support. Please note that this is a development version, and is not as stable as the public release.
33+
34+
curl -L -O "https://nightly.link/OPM/ResInsight/workflows/ResInsightWithCache/dev/ResInsight-Ubuntu%2024.04%20gcc.zip"
35+
unzip "ResInsight-Ubuntu 24.04 gcc.zip"
36+
2937
{{% notice info %}}
3038
For further installation details, see the ResInsight distribution on [Opm Project Downloading and Installing](http://opm-project.org/?page_id=36).
3139
{{% /notice %}}
3240

33-
{{% notice info %}}
34-
The binary distributions does not support ABAQUS odb files. For building ResInsight with ABAQUS support, see
35-
[Build Instructions]({{% ref "cmake-configuration.md" %}}).
36-
{{% /notice %}}
37-
3841
## Custom Qt configuration
3942
If you are using a version of Qt that is not available in system path, you need to do the following to make runtime Qt paths available to ResInsight
4043

0 commit comments

Comments
 (0)