Giter Club home page Giter Club logo

Comments (4)

Eavis avatar Eavis commented on July 18, 2024

mount host directory on vitual directory

  1. install guest edition in Device tab(if not successful try the first step)
  2. edit /etc/rc.local
    ...
    sudo mount -t vboxsf localdata /localdata
    exit0

A script that will run when system starts

from web_app.

Eavis avatar Eavis commented on July 18, 2024

setup Web server and database

install Apache2, MYSQL, php, python, numpy and scipy

sudo apt-get install apache2
sudo apt-get install mysql-server php5-mysql
sudo apt-get install php5 libapache2-mod-php5 php5-mcrypt

from web_app.

Eavis avatar Eavis commented on July 18, 2024

Linux(Ubuntu14.04)下安装Anaconda和Spyder

http://blog.csdn.net/qq_26898461/article/details/51485491

from web_app.

Eavis avatar Eavis commented on July 18, 2024

anaconda will now be installed into
/home/tianyulan/anaconda2
do you wish the installer to prepend the Anaconda2 install location to PATH in your /home/tianyulan/.bashrc?
no
You may wish to edit your .bashrc or prepend the Anaconda2 install
$ export PATH =/home/tianyulan/anaconda2/bin:$PATH

在安装的过程中,会问你安装路径,直接回车默认就可以了。有个地方问你是否将anaconda安装路径加入到环境变量(.bashrc)中,这个一定要输入no!!!!!!否则你的py-faster-rcnn就不能正常导入caffe了。若是不小心用了yes,则需要在最后使用sudo gedit ~/.bashrc 然后把最后一行的Anaconda路径去掉,source ~/.bashrc就搞定啦!

安装成功后,会有当前用户根目录下生成一个anaconda2的文件夹,里面就是安装好的内容。

输入conda list 就可以查询,你现在安装了哪些库,常用的numpy, scipy名列其中。如果你还有什么包没有安装上,可以运行

conda install *** 来进行安装,

如果某个包版本不是最新的,运行 conda update *** 就可以了。

from web_app.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.