Bundled software manager
Project description
Bundled software manager
Installation
Install BSM with curl or wget
curl -sSL https://raw.githubusercontent.com/bsmhep/bsm/master/script/install.sh | sh -s [BSM_DIR]
or
wget -qO- https://raw.githubusercontent.com/bsmhep/bsm/master/script/install.sh | sh -s [BSM_DIR]
If BSM_DIR is omitted, BSM will be installed in the current directory.
Install Software with BSM
Setup BSM:
. <BSM_DIR>/setup.sh
List available software version:
bsm ls-remote
Specify software version and where to install:
bsm [-r <SOFTWARE_ROOT>] install <version>
If -r <SOFTWARE_ROOT> is not specified, everything will be installed in the current directory.
Multiple versions could be installed under the same software root directory.
Configuration
Create the configuration file if it does not exist:
[ -e ~/.bsm.conf ] || bsm config -e > ~/.bsm.conf
Edit ~/.bsm.conf and uncomment software_root:
software_root: <SOFTWARE_ROOT>
Select Software Version
List local installed software version:
bsm -r <SOFTWARE_ROOT> ls
Select local software version you would like to use:
bsm -r <SOFTWARE_ROOT> use <version>
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 Distribution
bsm-1.0.0a1.tar.gz
(41.6 kB
view hashes)
Built Distribution
bsm-1.0.0a1-py2.py3-none-any.whl
(76.3 kB
view hashes)
Close
Hashes for bsm-1.0.0a1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | acdbd8ad4d5beb19ebc0d51a5d190bc6ff445209867bda5b832724fd317496c4 |
|
MD5 | 6a800043c288c2346f8fce6c0956bb47 |
|
BLAKE2b-256 | 95450ff2f31bc6602e5543af4482126f4adde6747e8c27e7eab1a65c55ef6fae |