Skip to content

Instantly share code, notes, and snippets.

View MansourM61's full-sized avatar

Mojtaba Mansour Abadi MansourM61

  • Sivers Semiconductors
  • Glasgow
View GitHub Profile

Perl Project Setup

Install Perl and Perlbrew

Windows OS

There are two options to install Perl:

  1. ActiveState Perl: ActiveState offers both a free community version and a commercially supported binary distribution of Perl for Win32 and Perl for Win64.
  2. Strawberry Perl: A 100% Open Source Perl for Windows that is exactly the same as Perl everywhere else; this includes using modules from CPAN, without the need for binary packages.

Ruby Project Setup

A useful guide to start with is found here.

Install rbenv and ruby

UNIX OS

  1. Install rbenv
  2. Check the available versions of Ruby:

Python Project Setup

Install UV

UNIX OS

To install:

curl -LsSf https://astral.sh/uv/install.sh | sh