Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Lewuathe
Created November 2, 2013 03:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lewuathe/7275326 to your computer and use it in GitHub Desktop.
Save Lewuathe/7275326 to your computer and use it in GitHub Desktop.
conda update conda
conda create -n py33 python=3.3 anaconda
source ~/anaconda/bin/activate py33
(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.
>>>
>>> import nltk
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named 'nltk'
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment