Python Environments¶
The Python Environments page shows the available Python environments in your Enterprise Steam environment. Enterprise Steam ships with two default environments - Python 2.7 and Python 3.7. These environments are used for using PySparkling with Enterprise Steam.

Add New Python Environment¶
With Enterprise Steam, you can add a new Python environment from a Python path or from a Conda package.
Add New Conda Pack¶
Perform the following steps to add a new Python environment from a Conda package.
Note: The OS type where the environment was built must match the OS type of the target machine.
- On the Python Environments page, click Add Environment.
- Select Conda pack from the Environment Type dropdown menu.
- Enter a unique name for this new environment.
- Upload the Conda pack archive file.
- Click Add Environment when you are done.
Add New Python Path¶
Perform the following steps to add a new Python environment via a Python path.
- On the Python Environments page, click Add Environment.
- Select Python path from the Environment Type dropdown menu.
- Enter a unique name for this new environment.
- Specify the PySpark Python path.
- Click Add Environment when you are done.
Deleting Python Environments¶
Note: The default environments cannot be deleted.
Click the Actions > Remove option beside the Python environment that you want to delete. A confirmation message will display. Click Confirm to complete the removal.
