Skip to content

Instantly share code, notes, and snippets.

@databrit
Created November 15, 2016 23:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save databrit/d9e43ee4d27c235f12b6c14842a705c0 to your computer and use it in GitHub Desktop.
Save databrit/d9e43ee4d27c235f12b6c14842a705c0 to your computer and use it in GitHub Desktop.
#You can manually create a Python 2.7 environment.
conda create --name Tableau-Python-Server python=2.7 anaconda
#then activate it
#and do the pip install from local folders
pip install -r ./tabpy-server/requirements.txt
pip install ./tabpy-client
pip install ./tabpy-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment