Python Forum
installtion 3.7 has no navigator/spyder - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: installtion 3.7 has no navigator/spyder (/thread-15058.html)



installtion 3.7 has no navigator/spyder - elwolv1 - Jan-01-2019

1- new installation 3.7 has no navigator/spyder only prompt appears in window10?

2- 2.7 did install with navigator and spyder Ok

3- mini-conda installed with only prompt?


what wrong with this behavior?


RE: installtion 3.7 has no navigator/spyder - snippsat - Jan-01-2019

(Jan-01-2019, 06:58 PM)elwolv1 Wrote: 1- new installation 3.7 has no navigator/spyder only prompt appears in window10?

2- 2.7 did install with navigator and spyder Ok
To get Naigator/Spyder,that's the full Python Anaconda Distribution.
(Jan-01-2019, 06:58 PM)elwolv1 Wrote: 3- mini-conda installed with only prompt?
Miniconda is just basic Anaconda without all packages.

I have a couple install tutorial you can look at Windows(python.org).
Anaconda and other ways to run Python.