This repository was archived by the owner on Jan 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Installing svm on OSX
Paul Bouwer edited this page Feb 27, 2015
·
3 revisions
.NET 4.5 is the minimum requirement for scriptcs which can be realised via mono. Download and install the latest version as an OSX Package (.pkg) from:
http://www.mono-project.com/download/#download-mac
Run the following command in a terminal. This does NOT require the user to be root.
bash <(curl -s https://raw.githubusercontent.com/scriptcs-contrib/svm/master/install/installer.sh) && export PATH="$HOME/.svm/bin:$HOME/.svm/shims/:$PATH"This will download the bash based installer, execute the installer using bash and set the PATH correctly in the terminal to allow you to start using svm right away.
svm will be installed to $HOME/.svm. Example: ~/paul/.svm
Type the following in the terminal to get started:
svm helpsvm supports in-place upgrades via the installers. The existing versions and active versions will be left in-place.
- Home
- Installing svm
- Windows
- OSX
- Linux
- Updating svm
- [Managing scriptcs versions](scriptcs versions)
- [Install](Installing scriptcs versions)
- [Use](Using scriptcs versions)
- [List](Listing scriptcs versions)
- [Remove](Removing scriptcs versions)
- How it works
- Community