- 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
Machine learning ; Deep Learning ; Neural networks ; Data Science ; NLP ; Classification ; Clustering ; Analytics
Friday, November 3, 2017
Install Pycharm on Ubuntu
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment