Domanda

So far I've tried these methods to install the package pip install rsa andpython setup.py install

but it seems like I installed the one for python2.7.

How can I install the one for python3.2? Or convert the 2.x to 3.x?

Many thanks.

È stato utile?

Soluzione

You simply specify the version you wish to use, e.g. python3 setup.py install.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top