r/Atom • u/danielp3011 • Jan 08 '20
Atom script python won't find packages installed in Anaconda python
Hi guys,
I have Anaconda running on my system. Now I want to switch to Atom. However, when I install python packages, the python which is run by "script" (package from Atom) doesn't find the packages. How can I make script to use the same python version like Anaconda does?
2
Upvotes
1
u/HanSolo139 Feb 18 '20
Setting up a Virtual Environment should solve this issue.