1. Install Pycharm from Terminal
- Simply follow instructions in https://askubuntu.com/questions/701618/pycharm-by-jetbrains-installation
Configure the repository (your correct Ubuntu release name gets inserted automatically):
echo "deb http://archive.getdeb.net/ubuntu $(lsb_release -cs)-getdeb apps" | sudo tee /etc/apt/sources.list.d/getdeb-apps.list
Retrieve and add the repository's signature key:
wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
Update your package lists:
sudo apt-get update
Install PyCharm:
sudo apt-get install pycharm
- You might need some patience as the download speed is so slow.
'Enginius > Python&TensorFlow' 카테고리의 다른 글
서버에서 쥬피터 킬 때 display 사용법 (0) | 2018.02.22 |
---|---|
TensorFlow 'reduce_prod', 'kron', 'tf_normal','tf.nn.softmax','invkronprod','save&load' (0) | 2018.01.05 |
python subplot (0) | 2017.11.02 |
numpy append example (0) | 2017.10.31 |
PCA in Python using numpy (0) | 2017.10.18 |