If you install another version of Python, you will not have the modules that you already installed for your old version.
Python, , . , Python, , , . , Python Python , . , Python 2.7 Python 3.6, 2 3.
, Python, PIP pythonX.Y, X.Y - , :
python2 -m pip install SomePackage # default Python 2
python2.7 -m pip install SomePackage # specifically Python 2.7
python3 -m pip install SomePackage # default Python 3
python3.6 -m pip install SomePackage # specifically Python 3.6
, - , , .