ubuntu 16.04 settings - architectcom/- GitHub Wiki
- sudo apt-get install libqtwebkit4
- install sogoupinyin(搜狗拼音)reference
- sudo apt-get install meld
- install sublimtext
- install CGAL sudo apt-get install libcgal-dev libcgal-demo
- sudo apt-get install build-essential
- sudo apt-get install qtcreator (no need in ubuntu 16.04)
- sudo apt-get install qt5-default
- sudo apt install curl
- 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
- sudo snap install pycharm-community --classic
- sudo apt-get install filezilla
- ruby on rails