VSCodium Installation Guide
VSCodium Installation Guide
Version 2023.1
VSCodium Installation Guide
VSCodium Installation Guide
Table of contents
INTRODUCTION ............................................................................................................................... 1
VSCODIUM INSTALLATION ................................................................................................................ 2
Prerequisites .............................................................................................................................................................. 2
Install VSCodium ....................................................................................................................................................... 2
Install the ms-python extension............................................................................................................................... 3
Enable the ms-python extension ............................................................................................................................ 3
Introduction
The PIPESIM* steady-
modeling software for steady-state multiphase flow simulation. Together with the OLGA*
dynamic multiphase flow simulator, SLB provides a complete software solution for design and
optimization of production systems.
This installation guide accompanies the release of Pipesim 2023.1 from SLB. The complete
program documentation consists of the Pipesim Help, the release notes, and the installation
guides.
The SLB Software Support Hub provides useful information about the product, and a knowledge
base.
Please contact SLB if problems or missing functionality are encountered when using Pipesim or
any of the related tools included in the Pipesim software package.
SLB-Private
VSCodium Installation Guide Page 2
VSCodium installation
Microsoft VSCode is an open-source code editor having a rich ecosystem of extensions,
including the ms-python extension for editing Python source code. VSCode is also available in a
separate package rebranded as VSCodium. Apart from the exclusion of
and data collection, and the differences in branding, VSCodium is equivalent to VSCode.
You can find an installer for VSCodium redistributed by SLB as part of the Pipesim installation
package.
This section describes how to download and install VSCodium without network access, and how
to customize the application to edit and run Python scripts that are part of the Pipesim Python
Toolkit. A system administrator or the end-user can perform the tasks.
Prerequisites
You need to have administrative privileges on the computer where you are installing the
application.
Install VSCodium
1. Load the Pipesim DVD or DVD image and open the VSCodium folder.
3. If a warning message appears, click More info, and then click Run anyway.
4. In the License Agreement dialog box, if you agree to the terms and conditions, select the I
accept the agreement option, and then click Next.
5. Configure the options in the Select Destination Location, Select Start Menu Folder and
Select Additional Tasks dialog boxes based on your preferences. Click Next to move to the
next dialog box.
7. Leave the Launch VSCodium check box selected and click Finish.
VSCodium opens.
SLB-Private
VSCodium Installation Guide Page 3
4. Select the ms-python.<..>.vsix file located in the VSCodium folder of the Pipesim DVD or
DVD image, and then click Install.
3. If you are asked if you trust the authors of the files, click Open.
The first time you run the extension, you may be prompted to configure your environment.
4. To connect VSCodium with the Python interpreter, click Select Python Interpreter.
SLB-Private
VSCodium Installation Guide Page 4
Usually, VSCodium automatically recognizes the Python interpreter and displays it in the list of
available environments under Select Interpreter at top, though it may take several seconds.
You can also click the Status Bar at bottom left to open the list.
5. If you are asked to install Linter pylint, click Do not show again to ignore the notification. You
may install it later.
6. To change the default profile from Power Shell to Command Prompt, click Run in the top menu
and then click Run Without Debugging.
SLB-Private
VSCodium Installation Guide Page 5
8. Restart VSCodium.
The application is now configured for use, and you should be able to successfully run Pipesim
Python Toolkit scripts.
SLB-Private