Skip to content

ahsanj/lazy-scripts

Repository files navigation

lazy-scripts

Install git-python

  • pip install gitpython

Copy the get_region.py script to the directory where you have cloned the Stax repo You need to have stax repo in the path

Set up Virtual Environment

sudo pip install virtualenv

sudo pip install virtualenvwrapper

  • If the above fail with the six error

sudo pip install --ignore-installed six

add the follwoing to .bash_profile

source /usr/local/bin/virtualenvwrapper.sh

mkvirtualenv test

  • workon test

To leave

  • deactivate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages