CheatSheet
  • Introduction
  • Garbage Collection
  • Scala
  • Kafka
  • Shell Scripting
  • Notebook
  • Hadoop
  • Git
  • Mac Terminal
  • IntelliJ Idea
  • Garbage Collection
  • YARN
  • NoSQL
  • DBConnection
  • ProjectBuild
  • Microservices
  • WebServices
  • Cloud Services
  • iTerm2
  • SBT
  • Useful Java Libraries
  • Python
  • Postgres
  • UML Class Diagram
  • Groovy
  • Mac Brew Install
  • Maven
  • Rough Works
  • Spark
  • AWS
  • Kubernetes
  • Docker
  • Redis
  • Telnet
Powered by GitBook
On this page

Was this helpful?

Python

You can follow these steps to install python_virtualenv on edgenode.

Commands.

Create Virtual env.
/opt/python-2.7/bin/virtualenv  python_virtualenv

Activate

source python_virtualenv/bin/activate

Install required modules.
pip install pyyaml -i https://pypi.apple.com/simple
pip install requests -i https://pypi.apple.com/simple
pip3 install pandas
pip3 install jupyterlab
PreviousUseful Java LibrariesNextPostgres

Last updated 2 years ago

Was this helpful?