Python3Env
De Stoa
Instalação de um ambiente python3
Este wiki é só para documentar minhas tentativas de instalar um ambiente python3 para a utilizar o Ipython no Sagemathcloud Primeiro vou instalar no meu computador com Ubuntu 13.10
- Vamos trazer a fonte do python3 e tentar compilar!!
wget -c http://www.python.org/ftp/python/3.3.3/Python-3.3.3.tgz
Isto aparentemente funcionou com
./configure --prefix=/hpme/tonelli/mypython3 make make configure
- ativar um ambiente
Parece que não tem o distribute instalado nem o setup tools vou ver...