21453: Clean up documentation note for unsupported distribution
authorBrett Smith <brett.smith@curii.com>
Tue, 13 Feb 2024 15:43:11 +0000 (10:43 -0500)
committerBrett Smith <brett.smith@curii.com>
Tue, 13 Feb 2024 15:43:24 +0000 (10:43 -0500)
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

doc/sdk/python/sdk-python.html.textile.liquid

index e97b768bad66480ca996cfaa9215e5ccfc77800c..9d88b5e1dc5c7ae14d688fb36a86a8d73c0b600a 100644 (file)
@@ -32,10 +32,6 @@ First, configure the "Arvados package repositories":../../install/packages.html
 
 {% include 'install_packages' %}
 
-{% include 'notebox_begin_warning' %}
-If you are on Ubuntu 18.04, please note that the Arvados packages that use Python depend on the python-3.8 package. This means they are installed under @/usr/share/python3.8@, not @/usr/share/python3@. You will need to update the commands below accordingly.
-{% include 'notebox_end' %}
-
 The package includes a virtualenv, which means the correct Python environment needs to be loaded before the Arvados SDK can be imported. You can test the installation by doing that, then creating a client object. Ensure your "@ARVADOS_API_HOST@ and @ARVADOS_API_TOKEN@ credentials are set up correctly":{{site.baseurl}}/user/reference/api-tokens.html. Then you should be able to run the following without any errors:
 
 <notextile>