tableau / TabPy

Execute Python code on the fly and display results in Tableau visualizations:
https://tableau.github.io/TabPy/
MIT License
1.56k stars 598 forks source link

Unable to install Tabpy using Start cmd #184

Closed v1ewlakes closed 5 years ago

v1ewlakes commented 5 years ago

On Windows 2012 Server, Unable to install Tabpy using Start cmd Error message - python not found

johng42 commented 5 years ago

If you type where python

at a command prompt what do you see?

By default, python does not add itself to the system path.

I suggest adding the location of the python instance you want to run to the end of the system path.

set PATH=%PATH%; <<>>

You can also modify the system path by right clicking My Computer | Properties | Advanced System Settings (link in the left pane) and then open the Environment Variables UI.

v1ewlakes commented 5 years ago

This is resolved. Installed 64 bit python first..than ran start.cmd script Thanks

⁣Get BlueMail for Android ​

On Feb 19, 2019, 7:26 AM, at 7:26 AM, John notifications@github.com wrote:

If you type where python

at a command prompt what do you see?

By default, python does not add itself to the system path.

I suggest adding the location of the python instance you want to run to the end of the system path.

set PATH=%PATH%; <<>>

You can also modify the system path by right clicking My Computer | Properties | Advanced System Settings (link in the left pane) and then open the Environment Variables UI.

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/tableau/TabPy/issues/184#issuecomment-465175306