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

Can't download Holochain scaffold via nix on Manjaro Linux #8797

Closed
2 tasks
sophyphreak opened this issue Aug 7, 2023 · 2 comments
Closed
2 tasks

Can't download Holochain scaffold via nix on Manjaro Linux #8797

sophyphreak opened this issue Aug 7, 2023 · 2 comments

Comments

@sophyphreak
Copy link

sophyphreak commented Aug 7, 2023

Platform

  • [ X ] Linux: Manjaro Linux
  • macOS
  • WSL

Additional information

I'm trying to get the development environment for Holochain working on this computer. Installation works fine on my friend's Ubuntu environment and in my WSL2 Ubuntu environment on Windows. I've tried this on two computers with Manjaro, and both get the same error message.

I'm following these instructions: https://developer.holochain.org/quick-start/

Output

Output

nix run --refresh -j0 -v github:holochain/holochain#hc-scaffold -- --version                                                                                                                
zsh: no matches found: github:holochain/holochain#hc-scaffold

Priorities

Working in the Holochain developer environment

@knedlsepp
Copy link
Member

This is due to the use of the character #, which needs to be escapes in zsh: \#. See also: #4686

@sophyphreak
Copy link
Author

This is due to the use of the character #, which needs to be escapes in zsh: \#. See also: #4686

Hey, thanks! That fixed it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants