Code Monkey home page Code Monkey logo

Comments (2)

airnandez avatar airnandez commented on July 1, 2024

Hi Mike,

thanks for your feedback. I'm surprised by the error message you are observing. I confirm that you don't need to install Anaconda nor EUPS nor any other software package: each one of the versions of the LSST stack distributed via this mechanism is self consistent. This means that each version of the LSST stack uses the Python interpreter of the embedded Anaconda installation (which may vary for each version of the stack). It does not use the Python interpreter included in your operating system but the one shipped with Anaconda.

My guess is that there is in your environment a variable LSST_HOME which points to /Users/Mike/Astro/lsst. My suggestion is to open a new terminal session in which there is no environmental variables starting with LSST_* nor EUPS* and then do:

$ unset LSST_HOME
$ source /cvmfs/lsst.in2p3.fr/software/darwin-x86_64/lsst-v11.0/loadLSST.bash

After having successfully sourced loadLSST.bash you can know what version of Python you are using with the commands:

$ which python
/cvmfs/lsst.in2p3.fr/software/darwin-x86_64/lsst-v11.0/DarwinX86/anaconda/2.2.0/bin/python

$ python --version
Python 2.7.9 :: Anaconda 2.2.0 (64-bit)

Hope this helps,

from lsst-cvmfs.

rmjarvis avatar rmjarvis commented on July 1, 2024

My guess is that there is in your environment a variable LSST_HOME which points to /Users/Mike/Astro/lsst

Yes, you're right. Looks like I had that in my .bashrc from some old attempt to get the LSST stack installed on my machine. When I removed that (and restarted the terminal session) it worked properly. Thanks for your help.

from lsst-cvmfs.

Related Issues (9)

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.