I would like to do the following.

1) Inspect the python packages that are already in the cloud.sagemath.

2) Install new python packages that are not in cloud.sagemath.

4) I tried in the command terminal the following python command to install 
a package called gensim.
$ easy_install -U gensim
and
$ pip install --upgrade gensim
such as what is shown in http://radimrehurek.com/gensim/install.html.
It seems I do not have the permission to do this. I then tried 
$ sudo easy_install -U gensim
I then typed in my cloud.sagemath password. It does not acknowledge it. I 
suppose the super user is the website administration not me.

What should I do to install a new package in the cloud? Is the only option 
to install it locally on my own machine and add search path to the local 
package?

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to