ubuntu 16.04 settings - architectcom/- GitHub Wiki

  1. sudo apt-get install libqtwebkit4
  2. install sogoupinyin(搜狗拼音)reference
  3. sudo apt-get install meld
  4. install sublimtext
  5. install CGAL sudo apt-get install libcgal-dev libcgal-demo
  6. sudo apt-get install build-essential
  7. sudo apt-get install qtcreator (no need in ubuntu 16.04)
  8. sudo apt-get install qt5-default
  9. sudo apt install curl
  10. install anaconda get anaconda url from its website

cd /tmp

curl -O https://repo.continuum.io/archive/Anaconda3-2018.12-Linux-x86_64.sh

bash Anaconda3-2018.12-Linux-x86_64.sh

source ~/.bashrc

conda list

conda install --name ai-env numpy

conda install --name ai-env shapely

conda install --name ai-env tensorflow

conda install --name ai_env opencv

to use this python env, command-line :

source activate ai_env

  1. sudo snap install pycharm-community --classic
  2. sudo apt-get install filezilla
  3. ruby on rails