How To Add All The Python Libraries In Spyder
How can I add all the python libraries in Spyder IDE which I have already downloaded using Terminal and are present in the directory /home/{username}/.local/lib/python3.6/site-pack
Solution 1:
I have found the answer, Just go to Tools -> PYTHONPATH Manager and add a path to these libraries and restart Spyder.
Post a Comment for "How To Add All The Python Libraries In Spyder"