Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rakudo.org website install from source instruction broken #91

Open
librasteve opened this issue May 4, 2022 · 1 comment
Open

rakudo.org website install from source instruction broken #91

librasteve opened this issue May 4, 2022 · 1 comment
Assignees

Comments

@librasteve
Copy link
Collaborator

librasteve commented May 4, 2022

This page:

https://rakudo.org/star/source

States:

echo "export PATH=$(pwd)/bin/:$(pwd)/share/perl6/site/bin:$(pwd)/share/perl6/vendor/bin:$(pwd)/share/perl6/core/bin:\$PATH" >> ~/.bashrc

But:
$(pwd)/bin/: <= this has a TRAILING SLASH
That gives this:
which raku => /root/rakudo/bin//raku <= this has TWO SLASHES

May trip up unsuspecting users...

On a related note, when using Dockerfile one is in /bin/sh and this seems to choke on mkdir ~/rakudo && cd $_ so perhaps mkdir ~/rakudo && cd ~/rakudo would be more helpful

@coke coke self-assigned this Oct 14, 2022
@2colours
Copy link
Contributor

2colours commented Jan 5, 2023

The trailing slash has been removed here: f9edbb8

cd $_ should be removed here: #90

Is there anything else? :)

@coke coke transferred this issue from rakudo/rakudo Aug 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants