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

activate starter-kit-python error #27

Closed
stephenLee opened this issue Jun 24, 2012 · 2 comments
Closed

activate starter-kit-python error #27

stephenLee opened this issue Jun 24, 2012 · 2 comments

Comments

@stephenLee
Copy link

When I activate the python starter kit, it gives me a error: "Symbol's value as variable is void: py-python-command"
I use the newest GNU Emacs 24.1.1. I search the web and find something seems helpful. (ipython/ipython#853)
And I add this two lines :
(setq ipython-command "/usr/local/bin/ipython")
(setq py-python-command "/usr/local/bin/ipython")
to starter-kit-python.el. But it doesn't work.
Do you ever met this problem, how do you handle it?

Thanks!

@eschulte
Copy link
Owner

Hi,

I don't write python, so I haven't personally run into this problem before. Does the error still occur if (setq py-python-command "/usr/local/bin/python") is placed before (starter-kit-load "python") in your initialization?

@stephenLee
Copy link
Author

It solves my problem. Thanks for your help and the wonderful Starter Kit.

nmurthy pushed a commit to nmurthy/emacs24-starter-kit that referenced this issue Jul 17, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants