15.2.3. Usando Python 3
Ao executar o intérprete Python ou comandos relacionados ao Python, especifique sempre a versão.
Procedimento
Para executar o intérprete Python 3.6 ou comandos relacionados, use, por exemplo:
python3 python3 -m cython --help pip3 install <package>
$ python3 $ python3 -m cython --help $ pip3 install <package>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Para executar o intérprete Python 3.8 ou comandos relacionados, use, por exemplo:
python3.8 python3.8 -m cython --help pip3.8 install <package>
$ python3.8 $ python3.8 -m cython --help $ pip3.8 install <package>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow