docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class PyTestVenv

    Create a temp python virtual env

    Inheritance
    object
    PyTestVenv
    Implements
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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()

    Implements

    IDisposable
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)