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

install script not working #77

Open
IOTeule opened this issue Jan 19, 2023 · 2 comments
Open

install script not working #77

IOTeule opened this issue Jan 19, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@IOTeule
Copy link

IOTeule commented Jan 19, 2023

Describe the bug
install script not working

To Reproduce
Steps to reproduce the behavior:

  1. git clone https://github.com/AssemblyAI/assemblyai-cli.git
  2. /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/AssemblyAI/assemblyai-cli/main/install.sh)"
  3. Using the OSS distribution...
    Downloading AssemblyAI CLI v1.14.2...
    Installing AssemblyAI to /home/dirk/.assemblyai-cli
    Welcome to the AssemblyAI CLI!
    Please start by running assemblyai config [token]
    /bin/bash: Zeile 71: zsh: Befehl nicht gefunden

Expected behavior
Installation should work

Desktop (please complete the following information):

  • OS: Ubuntu
  • CLI Version v1.14.2
@IOTeule IOTeule added the bug Something isn't working label Jan 19, 2023
@albtsantos
Copy link
Contributor

Hey @IOTeule! Apologies for the delay here. Making sure the CLI can be installed seamlessly on any device/OS is our main area of focus as of now. I'll keep you posted as we make improvements and release new features.

@Apophenian
Copy link

I think the install works on Ubuntu (at least it did on mine), but if the installer finds a .zshrc file in your home directory, it will attempt to run the zsh command, which will obviously fail if you don't have zsh installed.
I also had to run source .bashrc to get the assemblyai executable into my path, but it worked after that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants