Python 3.3 in Anaconda

The version of Python supported by Anaconda included 3.3, so I updated it. I had to do it exactly as it was officially written.

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

update of conda

conda update conda

Suddenly I found it here here though it is not officially written here. If you don't do this, the activation script will return an error and you'll be hooked.

Change env to python33

 conda create -n py33 python=3.3 anaconda

It will take a while.

Pass through PATH

source ~/anaconda/bin/activate py33

Try using

(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.
>>> 

Try using NLTK

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

that. Apparently anaconda's py33 environment doesn't include nltk. Honke seems to have started to support python3.x, but it is still alpha version. Is it not yet included in the anaconda repository? Sorry.

Recommended Posts

Python 3.3 in Anaconda
Quadtree in Python --2
Python in optimization
CURL in python
Geocoding in python
SendKeys in Python
Meta-analysis in Python
Unittest in python
Install scrapy in python anaconda environment
Epoch in Python
Discord in Python
Sudoku in Python
DCI in Python
quicksort in python
nCr in python
N-Gram in Python
Programming in python
install tensorflow in anaconda + python3.5 environment
Plink in Python
Constant in python
pyenv + anaconda + python3
Lifegame in Python.
FizzBuzz in Python
Sqlite in python
StepAIC in Python
N-gram in python
LINE-Bot [0] in Python
Csv in python
Disassemble in Python
Reflection in Python
Constant in python
nCr in Python.
format in python
Scons in Python3
Puyo Puyo in python
python in virtualenv
PPAP in Python
Quad-tree in Python
Reflection in Python
Chemistry in Python
Hashable in python
DirectLiNGAM in Python
LiNGAM in Python
Flatten in python
flatten in python
The result of installing python in Anaconda
Sorted list in Python
Daily AtCoder # 36 in Python
Clustering text in Python
Daily AtCoder # 2 in Python
Daily AtCoder # 32 in Python
Daily AtCoder # 6 in Python
Daily AtCoder # 18 in Python
Edit fonts in Python
Singleton pattern in Python
Read DXF in python
Daily AtCoder # 53 in Python
Key input in Python
Use config.ini in Python
Daily AtCoder # 33 in Python
Solve ABC168D in Python