Created
November 4, 2019 13:46
-
-
Save korkridake/00a6c6c5879ff0c0eff457f1cfd6893b to your computer and use it in GitHub Desktop.
Polynote Python Dependencies and Run Polynote
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
polynoteuser02@polynotevm02:~/download$ sudo apt-get install build-essential | |
polynoteuser02@polynotevm02:~/download$ sudo apt install python3-pip | |
polynoteuser02@polynotevm02:~/download$ pip3 install jep | |
polynoteuser02@polynotevm02:~/download$ pip3 install jedi | |
polynoteuser02@polynotevm02:~/download$ pip3 install pyspark | |
polynoteuser02@polynotevm02:~/download$ pip3 install virtualenv | |
polynoteuser02@polynotevm02:~/download$ pip3 install numpy | |
polynoteuser02@polynotevm02:~/download$ pip3 install pandas | |
# Let's run Polynote | |
polynoteuser02@polynotevm02:~/download$ cd polynote | |
polynoteuser02@polynotevm02:~/download/polynote$ ./polynote.py | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment