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

Manually add instructions provided are incorrect after running ./install.py #634

Open
bpatel2525 opened this issue Jul 27, 2021 · 0 comments

Comments

@bpatel2525
Copy link

Output of the install.py at the end with manually add instruction in .tcshrc.

Upon adding those line in .tcshrc and .cshrc and restarted the terminal, getting following error.

[[: Command not found.


./install.py
Installing autojump to /home/myhome/.autojump ...
creating directory: /home/myhome/.autojump/bin
creating directory: /home/myhome/.autojump/share/man/man1
creating directory: /home/myhome/.autojump/etc/profile.d
creating directory: /home/myhome/.autojump/share/autojump
copying file: ./bin/autojump -> /home/myhome/.autojump/bin
copying file: ./bin/autojump_argparse.py -> /home/myhome/.autojump/bin
copying file: ./bin/autojump_data.py -> /home/myhome/.autojump/bin
copying file: ./bin/autojump_match.py -> /home/myhome/.autojump/bin
copying file: ./bin/autojump_utils.py -> /home/myhome/.autojump/bin
copying file: ./bin/icon.png -> /home/myhome/.autojump/share/autojump
copying file: ./docs/autojump.1 -> /home/myhome/.autojump/share/man/man1
creating directory: /home/myhome/.autojump/etc/profile.d
creating directory: /home/myhome/.autojump/share/autojump
creating directory: /home/myhome/.autojump/functions
copying file: ./bin/autojump.sh -> /home/myhome/.autojump/etc/profile.d
copying file: ./bin/autojump.bash -> /home/myhome/.autojump/share/autojump
copying file: ./bin/autojump.fish -> /home/myhome/.autojump/share/autojump
copying file: ./bin/autojump.zsh -> /home/myhome/.autojump/share/autojump
copying file: ./bin/_j -> /home/myhome/.autojump/functions

Please manually add the following line(s) to ~/.tcshrc:

    [[ -s /home/myhome/.autojump/etc/profile.d/autojump.sh ]] && source /home/myhome/.autojump/etc/profile.d/autojump.sh

Please restart terminal(s) before running autojump.

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

1 participant