-
Notifications
You must be signed in to change notification settings - Fork 538
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 gvm lead to cd commad failed #439
Comments
I got a similar issue. Can you please confirm the value of your echo $PATH In my case, I have a PATH containing space that accidentally replaced by https://twitter.com/gofrendiasgard/status/1695596852127941055 |
same issues
|
how to fix it? |
@clanaid @codingcn @sheepcat : Kindly try out this one. this supports |
Facing the same error on ubuntu 22.04 and ubuntu 24.04... both using ZSH |
I think this could solve problem #486 (see comment), and I've submitted PR #488 for it. |
[root@localhost ~]# cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)
[root@localhost ~]# uname -a
Linux localhost.localdomain 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost ~]# rpm -qa |grep bash
bash-4.2.46-34.el7.x86_64
i install gvm by this way :
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
after installd, i logout and relogin , found cd cmd failed:
[root@localhost ~]# pwd
/root
[root@localhost ~]# cd /
[root@localhost ~]# pwd
/root
when i delete the dir, it recoverd:
rm -rf /root/.gvm/
The text was updated successfully, but these errors were encountered: