I currently have both the native python3 and anaconda installed on my computer. This is causing headaches when iI'm installing modules.
When I enter which -a python3
I get:
/home/paul/anaconda3/bin/python3
/usr/bin/python3
I've got a couple of questions.
How do i know which one is being used as default when I type python3
?
I'm assuming the anaconda version because when I try which python3
I get the anaconda version. However when I install modules they aren't always visible from this version. How would I best solve this permanently?
The most recent problem module is kivy
using apt-get
to install.