You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\curl -L https://install.perlbrew.pl | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 170 100 170 0 0 661 0 --:--:-- --:--:-- --:--:-- 664
100 1574 100 1574 0 0 5562 0 --:--:-- --:--:-- --:--:-- 5562
## Download the latest perlbrew
## Installing perlbrew
Need /usr/bin/perl or /usr/local/bin/perl to use bash
$ uname -a
Linux www 4.1.6-coreos-r1 #2 SMP Wed Sep 2 04:16:15 UTC 2015 x86_64 Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz GenuineIntel GNU/Linux
$ cat /etc/os-release
NAME=CoreOS
ID=coreos
VERSION=766.3.0
VERSION_ID=766.3.0
BUILD_ID=
PRETTY_NAME="CoreOS 766.3.0"
ANSI_COLOR="1;32"
HOME_URL="https://coreos.com/"
BUG_REPORT_URL="https://github.com/coreos/bugs/issues"
The problem:
I do not have perl in my system and I do not have permissions to install it.
It would be nice if I will be able to install perlbrew into my home directory.
The text was updated successfully, but these errors were encountered:
Since perlbrew itself is written in perl, and without rewriting it with sh or something that's basically omni-available, this bootstrap problem cannot be easily mitigated.
But perhaps we could somehow prepare a binary perl distribution that is tailor-made, relocatable, self-contained, targeting at OSes that ship without an perl. Or we could try the approach of shipping perlbrew itself as a PAR-packed app.
But furthermore, perlbrew also requires a set of toolchain (c compiler, sh, .... etc) on the sysetem to build whatever perl's available. At the moment there are no binary installations just yet (perhaps there should be ?) So that's another blocker when we are in the situation when $USER really lacks permissions to install stuff onto the system.
The problem:
I do not have perl in my system and I do not have permissions to install it.
It would be nice if I will be able to install perlbrew into my home directory.
The text was updated successfully, but these errors were encountered: