Class PyTestVenv
Create a temp python virtual env
Implements
Inherited Members
Namespace: UnityEditor.Scripting.Python.Tests
Assembly: Unity.Scripting.Python.Tests.dll
Syntax
public class PyTestVenv : IDisposable
Constructors
PyTestVenv()
Declaration
public PyTestVenv()
Properties
interpreter
Declaration
public string interpreter { get; }
Property Value
Type | Description |
---|---|
string |
path
Declaration
public string path { get; }
Property Value
Type | Description |
---|---|
string |
pythonPath
Declaration
public string pythonPath { get; }
Property Value
Type | Description |
---|---|
string |
Methods
Dispose()
Declaration
public void Dispose()