- PySpark Cookbook
- Denny Lee Tomasz Drabas
- 75字
- 2021-06-18 19:06:28
Installing Scala
Installing Scala is even simpler.
Go to http://bit.ly/2Am757R and download the sbt-*.*.*.tgz archive (at the time of writing this book, the latest version is sbt-1.0.4.tgz). Next, in your Terminal, navigate to the folder you have just downloaded Scala to and issue the following commands:
tar -xvf sbt-1.0.4.tgz
sudo mv sbt-1.0.4/ /opt/scala/
That's it. Now, you can skip to the Updating PATH section in this recipe to update your PATH.
推薦閱讀
- Learning Python Web Penetration Testing
- Vue.js設(shè)計與實現(xiàn)
- VMware View Security Essentials
- Oracle 12c中文版數(shù)據(jù)庫管理、應(yīng)用與開發(fā)實踐教程 (清華電腦學(xué)堂)
- 我的第一本算法書
- C語言程序設(shè)計立體化案例教程
- Python Geospatial Development(Second Edition)
- HTML5+CSS3網(wǎng)頁設(shè)計
- C#程序設(shè)計
- SSM開發(fā)實戰(zhàn)教程(Spring+Spring MVC+MyBatis)
- 算法訓(xùn)練營:海量圖解+競賽刷題(入門篇)
- Mobile Test Automation with Appium
- Slick2D Game Development
- 測試架構(gòu)師修煉之道:從測試工程師到測試架構(gòu)師(第2版)
- ROS Robotics Projects