swivm | Prolog Version Manager - Bash script
kandi X-RAY | swivm Summary
kandi X-RAY | swivm Summary
swivm is a Shell library. swivm has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
SWI-Prolog Version Manager - Bash script to manage multiple active SWI-Prolog versions
SWI-Prolog Version Manager - Bash script to manage multiple active SWI-Prolog versions
Support
Quality
Security
License
Reuse
Support
swivm has a low active ecosystem.
It has 37 star(s) with 7 fork(s). There are 4 watchers for this library.
It had no major release in the last 12 months.
There are 5 open issues and 12 have been closed. On average issues are closed in 49 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of swivm is 1.1.3
Quality
swivm has no bugs reported.
Security
swivm has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
swivm is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
swivm releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of swivm
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of swivm
swivm Key Features
No Key Features are available at this moment for swivm.
swivm Examples and Code Snippets
Copy
sudo apt-get install \
build-essential autoconf curl chrpath pkg-config \
ncurses-dev libreadline-dev libedit-dev \
libunwind-dev \
libgmp-dev \
libssl-dev \
unixodbc-dev \
zlib1g-dev libarchive
Copy
swivm install 7.2
swivm use 7.2
swivm run 7.2 --version
swivm exec 7.2 swipl --version
swivm which 7.2
swivm use system
swivm run system --version
swivm ls
swivm ls-remote
swivm deactivate
swivm alias default 7.2
Copy
git clone https://github.com/fnogatz/swivm.git ~/.swivm && cd ~/.swivm && git checkout `git describe --abbrev=0 --tags`
. ~/.swivm/swivm.sh
export SWIVM_DIR="$HOME/.swivm"
[ -s "$SWIVM_DIR/swivm.sh" ] && . "$SWIVM_DIR/swivm.
Community Discussions
No Community Discussions are available at this moment for swivm.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install swivm
swivm does not support Windows so far. Make sure your system has the requirements for a manual SWI-Prolog installation from source.
openjdk-8-jdk junit: Without, you do not have Java connectivity (JPL).
unixodbc-dev: Without, you have no ODBC database connectivity (e.g., MySQL)
libssl-dev: Without, you have no SSL (and HTTPS) support.
libgmp-dev: Without, you lack unbounded integer support, rational numbers, good random number generators, etc.
libarchive-dev: Without, you can not unpack and install add-ons.
libpcre3-dev: Without, you have no regular expression support (library(pcre)).
libyaml-dev: Without, you have no YAML support (library(yaml)).
To install or update swivm, you can use the install script using cURL:. You can customize the install source, directory and profile using the SWIVM_SOURCE, SWIVM_DIR, and PROFILE variables. Eg: curl ... | SWIVM_DIR=/usr/local/swivm bash for a global install.
For manual install create a folder somewhere in your filesystem with the swivm.sh file inside it. I put mine in ~/.swivm.
openjdk-8-jdk junit: Without, you do not have Java connectivity (JPL).
unixodbc-dev: Without, you have no ODBC database connectivity (e.g., MySQL)
libssl-dev: Without, you have no SSL (and HTTPS) support.
libgmp-dev: Without, you lack unbounded integer support, rational numbers, good random number generators, etc.
libarchive-dev: Without, you can not unpack and install add-ons.
libpcre3-dev: Without, you have no regular expression support (library(pcre)).
libyaml-dev: Without, you have no YAML support (library(yaml)).
To install or update swivm, you can use the install script using cURL:. You can customize the install source, directory and profile using the SWIVM_SOURCE, SWIVM_DIR, and PROFILE variables. Eg: curl ... | SWIVM_DIR=/usr/local/swivm bash for a global install.
For manual install create a folder somewhere in your filesystem with the swivm.sh file inside it. I put mine in ~/.swivm.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page