On 04/10/18 15:15, Roger B. Atkins wrote:
> That's very helpful, thanks. After reading the Tutor information last
> night, I wrote a little program I named sysinfo. The code run line by
> line in a Spyder console yields:
> 
> In [3]: sys.path
> Out[3]:
> ['',
>  'C:\\Users\\rba21\\Anaconda3\\python36.zip',
>  'C:\\Users\\rba21\\Anaconda3\\DLLs',
>  'C:\\Users\\rba21\\Anaconda3\\lib',
>  'C:\\Users\\rba21\\Anaconda3',
>  'C:\\Users\\rba21\\Anaconda3\\lib\\site-packages',

Note that the interesting bit is what it looks like outside
of Spyder. We know it works OK within Spyder it's what
gets defined outside Spyder that matters.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to