LoginSignup
0
0

More than 5 years have passed since last update.

Python3.5(anaconda3-4.2)

Posted at
@docker/ubuntu
$ apt-get update && apt-get --assume-yes install vim wget bzip2 libgomp1 libpng12-0 libgtk2.0-0 iproute2 iputils-ping
$ wget https://repo.continuum.io/archive/Anaconda3-4.2.0-Linux-x86_64.sh
$ bash ./Anaconda3-4.2.0-Linux-x86_64.sh -b -p $HOME/anaconda3
$ export PATH=$HOME/anaconda3/bin:$PATH$ echo ‘PATH=/root/anaconda3/bin:$PATH>$HOME/.bashrc
$ conda install -y -c https://conda.anaconda.org/menpo opencv3
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0