Mudanças entre as edições de "Python3Env"
De Stoa
(→Instalação de um ambiente python3) |
(→Instalação de um ambiente python3) |
||
Linha 5: | Linha 5: | ||
* Vamos trazer a fonte do python3 e tentar compilar!! | * 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 | 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 | * ativar um ambiente | ||
+ | Parece que não tem o distribute instalado nem o setup tools vou ver... |
Edição das 14h46min de 5 de fevereiro de 2014
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...