Skip to main content

Some additional functions for working with anaconda environments in Fabric.

Project description

Usage:

import fabriconda

def setup():
    fabriconda.install()

def deploy():
    put('environment.yml', '/path/to/environment.yml')
    fabriconda.create_env('/path/to/environment.yml', 'name')
    with fabriconda.env('name'):
        pass # do stuff in the environment

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fabric-anaconda-2.0.0.tar.gz (1.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page