|
Re: Install packages in python3
I don't know if you can install packages on FQ or not, regarding permissions. But I do know you need to specify which Python version to install for Python 3 when 2 is also installed when using pip, like this:
python3 pip install SomePackage # default Python 3
python3.3 pip install SomePackage # specifically Python 3.3
__________________
Snarpy
|