Code Monkey home page Code Monkey logo

Comments (4)

jbmchuck avatar jbmchuck commented on June 17, 2024 1

Could your provide the output of:

which altimeter
ls $(dirname $(which altimeter))
echo $PATH

?

Thanks,
Jon

from altimeter.

gvasquez95 avatar gvasquez95 commented on June 17, 2024

which yields no results, so the second line doesn't either.

PATH is as follows and shows references to Python 2.7:

/Users/gonzalovasquez/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/opt/X11/bin:/Users/gonzalovasquez/Library/Python/2.7/bin:~/Library/Python/2.7/bin

from altimeter.

jbmchuck avatar jbmchuck commented on June 17, 2024

Hi @gvasquez95 ,

It looks likely to be a PATH issue. You'll want to add the path of aws2n.py to your PATH. I'd first suggest upgrading to latest, which you should be able to do without sudo:

pip3 install altimeter==2.0.5

Depending on your system I'm guessing aws2n.py will be somewhere like one of the paths below. I'm assuming you are on 3.8:

/Library/Frameworks/Python.framework/Versions/3.8/bin
/Users/gonzalovasquez/Library/Python/3.8/bin

Assuming aws2n.py is in /Users/gonzalovasquez/Library/Python/3.8/bin you can then run:

export PATH="$PATH:$HOME/Library/Python/3.8/bin"

and running 'altimeter' should find aws2n.py

To make this permanent you'll want to edit your shell's rc file - zsh / ~/.zshrc, and update PATH to something like:

PATH=$PATH:$HOME/Library/Python/3.8/bin

from altimeter.

jbmchuck avatar jbmchuck commented on June 17, 2024

Closing due to age. Please feel free to open a new issue if this is still an issue after the latest comment.

from altimeter.

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.