Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A autojump
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 158
    • Issues 158
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 54
    • Merge requests 54
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • William Ting
  • autojump
  • Issues
  • #634
Closed
Open
Issue created Jul 27, 2021 by Administrator@rootContributor

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

Created by: bpatel2525

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.

Assignee
Assign to
Time tracking