Exemplo n.º 1
0
def Load(file):
    """Load and environment."""
    print("Loading file at: " + file)
    env = Environment(file)
    print("Environment loaded!")
    print(Pkg.installed())
    return (env)
Exemplo n.º 2
0
 def List(self):
     """Lists the current packages inside of this environment"""
     return (Pkg.installed())