Python 3.3 avec Anaconda

La version Python prise en charge par Anaconda incluait la 3.3, je l'ai donc mise à jour. Je devais le faire exactement comme il était officiellement écrit.

http://docs.continuum.io/conda/intro.html

mise à jour de conda

conda update conda

Soudain, je l'ai trouvé ici ici bien qu'il ne soit pas officiellement écrit ici. Si vous ne le faites pas, le script d'activation renverra une erreur et vous serez accro.

Env remplacé par python33

 conda create -n py33 python=3.3 anaconda

Cela prendra un moment.

Passer par PATH

source ~/anaconda/bin/activate py33

Essayez d'utiliser

(py33) ~
% python
Python 3.3.2 |Anaconda 1.7.0 (x86_64)| (default, Aug  5 2013, 15:07:24) 
[GCC 4.0.1 (Apple Inc. build 5493)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> 

Essayez d'utiliser NLTK

>>> import nltk
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named 'nltk'
>>>

cette. Apparemment, l'environnement py33 d'anaconda n'inclut pas nltk. Honke semble avoir commencé à prendre en charge python3.x, mais c'est toujours la version alpha. N'est-il pas encore inclus dans le référentiel anaconda? Pardon.

Recommended Posts

Python 3.3 avec Anaconda
Quadtree en Python --2
Python en optimisation
CURL en Python
Géocodage en python
SendKeys en Python
Méta-analyse en Python
Unittest en Python
Installer Scrapy dans l'environnement Python Anaconda
Époque en Python
Discord en Python
Allemand en Python
DCI en Python
tri rapide en python
nCr en python
N-Gram en Python
Programmation avec Python
installer tensorflow dans un environnement anaconda + python3.5
Plink en Python
Constante en Python
pyenv + anaconda + python3
FizzBuzz en Python
Sqlite en Python
Étape AIC en Python
LINE-Bot [0] en Python
CSV en Python
Assemblage inversé avec Python
Réflexion en Python
Constante en Python
nCr en Python.
format en python
Scons en Python 3
Puyopuyo en python
python dans virtualenv
PPAP en Python
Quad-tree en Python
Réflexion en Python
Chimie avec Python
Hashable en Python
DirectLiNGAM en Python
LiNGAM en Python
Aplatir en Python
Aplatir en python
Le résultat de l'installation de python sur Anaconda
Liste triée en Python
AtCoder # 36 quotidien avec Python
Texte de cluster en Python
AtCoder # 2 tous les jours avec Python
Daily AtCoder # 32 en Python
Daily AtCoder # 6 en Python
Daily AtCoder # 18 en Python
Modifier les polices en Python
Motif singleton en Python
Lire DXF avec python
Daily AtCoder # 53 en Python
Séquence de touches en Python
Utilisez config.ini avec Python
Daily AtCoder # 33 en Python
Résoudre ABC168D en Python