› Forums › Exoplanets › Installing HOPS into an existing Anaconda/py3 environment › Installing HOPS into an existing Anaconda/py3 environment
Here’s what’s going wrong I believe. After editing the install script per Appendix A, I get this result when I try to run it; plainly, it’s a pathname issue, as it cant find the pathname to the python interpreter.
I’m a little cautious about fixing this.
Executing python -c “import sys; print(‘n’.join(sys.path))” gives this result:
I don’t understand why there are apparently two different python.exe files. Maybe because the machine once had python 2.7 on it?
The full Anaconda result is also shown here:
I think if you could advise me which pathname to specify (and where) that ought to fix this problem..
Many thanks
Gordon