Skip to main content

No project description provided

Project description

# Embrion

Embrion is a project aimed at isolating development environments of repositories.

## Limitations

This project only supports conda environment files with a name. Support for requirements.txt will be added later.

## Installation

Run

pip install embrion

Change directory to where your environment.yml file is. Then start the server using:

embrion up

## Usage

To remove everything run:

embrion down

To refresh the environment run:

embrion refresh

To temporarily stop run:

embrion stop

To start again run:

embrion start

To restart run:

embrion restart

To open jupyter notebook run:

embrion open-jupyter

To open vs code run:

embrion open-vscode

To open terminal run:

embrion shell

To connect through ssh run:

ssh root@localhost -p 20022 (Password is embrion)

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

embrion-0.1.2.tar.gz (4.6 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