Giter Club home page Giter Club logo

Comments (8)

soutade avatar soutade commented on May 21, 2024

You can remove sudo command from install.(z)sh, specify an alternate path (--prefix or -p) to install autojump in your home directory and update $PATH.

from autojump.

joelthelion avatar joelthelion commented on May 21, 2024

I'm working on a better installer; but in the meantime, there is nothing stopping you from installing it yourself without root. I can help if you're stuck.

from autojump.

kevinburke avatar kevinburke commented on May 21, 2024

Thanks - here were the steps I had to take, for future reference

1 - didn't realize it had to be --prefix $HOME and not --prefix=$HOME.
2 - remove all the sudo's from install.sh
3 - copy contents of autojump.bash into .bashrc
4 - edit autojump file - default version of python on the box was 2.4, so "except Exception as e" caused errors. Changed first line to #!/usr/local/bin/python2.6 and now it works fine.

from autojump.

joelthelion avatar joelthelion commented on May 21, 2024

Thanks for your report.

from autojump.

mrjabba avatar mrjabba commented on May 21, 2024

This worked for me under Ubuntu, installing manually with a home directory install. Thanks!!

from autojump.

mrjabba avatar mrjabba commented on May 21, 2024

Correction. This worked under Ubuntu 10.10 (Maverick) with Python 2.6.6. This didn't work on my laptop running 10.04(lucid) with Python 2.6.5. But, I don't see that Python would be a factor. I'm getting the helpful "autojump: command not found" when I type "j" space then the name of a directory I want to jump to, then tab. I pretty much followed along above, editing the files to copy to my home directory in ~/bin/autojump. Weird.

from autojump.

mrjabba avatar mrjabba commented on May 21, 2024

OK. I think found my problem. I was having issues when I first set this up and had updated my path var.

This didn't work:
export PATH=$PATH:/home/mrjabba/.autojump/bin/autojump
I changed it to this and it worked:
export PATH=$PATH:/home/mrjabba/.autojump/bin

Anyway, the point was point at the autojump bin directory, not the script itself.
All fixed! :-)

This also worked when I tried wting's fork as you can see from .autojump path.

from autojump.

joelthelion avatar joelthelion commented on May 21, 2024

I'll work with wting to merge his changes into the main tree.

from autojump.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.