'Setting up a second IDE (Atom) after already installing Anaconda - how to use my python packages in Atom?
Sorry for the basic question but have got myself into a tangle trying to fix this and not too sure how to resolve it. Essentially, I've put a fresh install of pop_os on my computer (new to linux, which doesnt help) and then installed Anaconda - all good so far. However, I've decided that I would like to start using Atom as an IDE. I've installed atom, all good, set it up so that I can run python scripts from there, also all good - however, as soon as I try to import a package, say numpy or pandas etc., it gives me the 'no module found' error. Then if I head over to the terminal and pip install it I get 'requirement already satisfied: numpy in ./anaconda/lib/python3.9/site-packages(1.20.3)'.
I'm guessing the issue is that Atom isn't looking for packages in the right place - any ideas how to fix? Go gentle on me folks!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
