Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Profiler plugin does not use non-default python interpreter #1884

Closed
spyder-bot opened this issue Feb 17, 2015 · 0 comments
Closed

Profiler plugin does not use non-default python interpreter #1884

spyder-bot opened this issue Feb 17, 2015 · 0 comments

Comments

@spyder-bot
Copy link
Collaborator

From breed...@gmail.com on 2014-07-08T17:28:48Z

Spyder Version: 2.2.5
Python Version: 2.7.5
Qt Version : 4.8.5, PyQt4 (API v2) 4.10.3 on Darwin
pyflakes >=0.5.0: 0.5.0 (OK)
pep8 >=0.6 : 1.4.6 (OK)
IPython >=0.13 : 1.1.0 (OK)
rope >=0.9.2 : 0.9.4 (OK)
sphinx >=0.6.6 : 1.1.3 (OK)
matplotlib >=1.0: 1.3.0 (OK)
sympy >=0.7.0 : 0.7.3 (OK)
pylint >=0.25 : 1.0.0 (OK)

What steps will reproduce the problem?

  1. Specify the path to a non-default interpreter under Preferences -> Console -> Advanced Settings
    1. Run a script that has "print sys.executable"
    2. Profile that same script

What is the expected output? What do you see instead?

When I run the script in the normal fashion, I get: /Users/breedlu/Library/Enthought/Canopy_64bit/User/bin/python
which is the interpreter I specified in step 1.

When I profile the script, and I click on the output button I get
/Applications/Spyder.app/Contents/MacOS/python
which is not interpreter I specified in step 1.

Please provide any additional information below

.

Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1884

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants