Skip to main content

Sciunit command line

Project description

sciunit is a command-line tool that answers the call for a reusable research object that containerizes and stores applications simply and efficiently, facilitates sharing and collaboration, and eases the task of executing, understanding, and building on shared work.

Installing

[ Note This section introduces the binary distributions of sciunit. –end note ]

Requires: pip>=8.1.1, glibc>=2.17, python2.7 with headers and compiler

Platform: amd64-pc-linux-gnu

Ensure that ~/.local/bin is in your PATH environment variable, and then, run

pip install --user sciunit2

Add --upgrade to the command line arguments to upgrade an existing sciunit installation.

Verify the installation with

sciunit --version

In the following per-distro instructions, if you see a command-line in the form of

export PATH=~/.local/bin:$PATH

, it merely means that you will need the aforementioned binary path in PATH before proceeding; normally you should adjust it according to your login shell and write it to a shell configuration such as ~/.profile.

Ubuntu 16.04

sudo apt update
sudo apt install python-dev python-pip
pip install --user sciunit2

Ubuntu 14.04

sudo apt update
sudo apt install python-dev python-pip
pip install --user -U pip
export PATH=~/.local/bin:$PATH
pip install --user sciunit2

Arch Linux

sudo pacman -S python2-pip
export PATH=~/.local/bin:$PATH
pip2 install --user sciunit2

Fedora 26

sudo dnf install python2-pip python2-devel gcc redhat-rpm-config
pip install --user sciunit2

CentOS 7

sudo yum install -y epel-release
sudo yum install python2-pip python-devel gcc
pip install --user sciunit2

RHEL 7

sudo yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
sudo yum install python2-pip python-devel gcc
pip install --user sciunit2

Debian 9

sudo apt update
sudo apt install python-dev python-pip
export PATH=~/.local/bin:$PATH
pip install --user sciunit2

Debian 8

sudo apt update
sudo apt install python-dev python-pip
pip install --user -U pip
export PATH=~/.local/bin:$PATH
pip install --user sciunit2

OpenSUSE 42

Note that OpenSUSE defaults user-binary path to ~/bin rather than ~/.local/bin, so you may want to symlink one to the other.

sudo zypper install python-pip python-devel gcc
pip install --user -U pip
export PATH=~/.local/bin:$PATH
pip install --user sciunit2

Using

Checkout our tutorial and manpage. The manpage is available as

man sciunit

after a successful installation.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

File details

Details for the file sciunit2-0.1.post27.dev770606-py2-none-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for sciunit2-0.1.post27.dev770606-py2-none-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e73dc9bb259ce138c5bc7c606b4aec1a37412155a5c026bf6b5b50c60b433a7d
MD5 992825d48b3a8374ed97d237c4cd0743
BLAKE2b-256 07d4d30415b20ed82665182d187ea26a1c45c99a260c8cf2ce5910ece45331db

See more details on using hashes here.

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