taylor / kiex

Elixir version manager
http://taylor.github.io/kiex/
MIT License
776 stars 66 forks source link

Failing install on Debian8(jessie) #25

Closed niku closed 9 years ago

niku commented 9 years ago

I am trying install kiex to Debian8(jessie). But it fails.

I have tried following like:

niku@debian:~$ lsb_release -da
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 8.0 (jessie)
Release:        8.0
Codename:       jessie
niku@debian:~$ bash --version
GNU bash, version 4.3.30(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>

This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
niku@debian:~$ curl --version
curl 7.38.0 (x86_64-pc-linux-gnu) libcurl/7.38.0 OpenSSL/1.0.1k zlib/1.2.8 libidn/1.29 libssh2/1.4.3 librtmp/2.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smtp smtps telnet tftp
Features: AsynchDNS IDN IPv6 Largefile GSS-API SPNEGO NTLM NTLM_WB SSL libz TLS-SRP
niku@debian:~$ git --version
git version 2.1.4
niku@debian:~$ \curl -sSL https://raw.githubusercontent.com/taylor/kiex/master/install | bash -s
bash: line 70: curl_with_args: command not found
chmod: cannot access '/home/niku/.kiex/bin/kiex': No such file or directory
Running initial environment setup
bash: line 75: /home/niku/.kiex/bin/kiex: No such file or directory
taylor commented 9 years ago

There was a change to add OAuth support that is causing problems with some versions of bash. It has been reverted.

Sorry about that @niku

niku commented 9 years ago

Now I try again. Installation has been succeeded. Thanks :smiley:

taylor commented 9 years ago

Your welcome @niku. Cheers

On Wed, May 27, 2015, 19:57 niku notifications@github.com wrote:

Now I try again. Installation has been succeeded. Thanks [image: :smiley:]

— Reply to this email directly or view it on GitHub https://github.com/taylor/kiex/issues/25#issuecomment-106087650.