-
Notifications
You must be signed in to change notification settings - Fork 58
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
Problem w/ venv's on Windows 10 #89
Comments
Hello and thanks for the report! I'm afraid this is tricky to address … Windows uses virtualenvs, just "a little bit different" than Unix. And Anaconda also uses virtualenvs, just "a little bit different" than normal Python. I have neither Windows nor Anaconda here, so I can't really reproduce this :-( If you find out what the problem is, or anyone else, please let me know! |
Well, a year later I am trying to revisit this. In case you're interested, I started an SO question: |
OK here's a glimmer of hope. I started cmd.exe (the good old DOS shell), did "conda.bat activate", then started emacs from that CMD session. And, I can load numpy! AND "from pylab import *" works too! But figure windows don't work - the original old problem. But progress. |
Good to hear from someone on this! I have largely given up on trying to use python within emacs on Windows. In the various Venn diagrams of workflows, it seems like this is a set of measure zero. But, I am willing to try revisiting it together. Stay tuned. |
This is a thread I posted on the elpy github, user galaunay was quite helpful but we couldn't figure it out. He suggested I post it here, so there I am. I'll just link to the old thread:
jorgenschaefer/elpy#1628 (comment)
The text was updated successfully, but these errors were encountered: