leased_path_entry#

Implements object describing a symbolic link from the base environment to a private environment.

Since private environments are an unrealized feature of conda and has been deprecated this data model no longer serves a purpose and has also been deprecated.

Classes#

LeasedPathEntry

_path: short path for the leased path, using forward slashes

class LeasedPathEntry(**kwargs)#

Bases: conda.auxlib.entity.Entity

_path: short path for the leased path, using forward slashes target_path: the full path to the executable in the private env target_prefix: the full path to the private environment leased_path: the full path for the lease in the root prefix package_name: the package holding the lease leased_path_type: application_entry_point

_path#
target_path#
target_prefix#
leased_path#
package_name#
leased_path_type#