hp ux - how to set python environment variable in HP-UX OS? -


i new in hp-ux. trying working python in hp-ux. have install python download package hp-ux package

but can not set environment variable. python found in "/usr/local/bin". when tried

python --version 

it returned

python: command not found 

how can work python in hp-ux ? thanks

this looks directory containing python interpreter not on path. check if path contains /usr/local/bin:

echo $path 

if not see /usr/local/bin in there, can add path this:

export path=$path:/usr/local/bin 

Comments

Popular posts from this blog

apache - setting document root in antoher partition on ubuntu -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -

Process 'command 'F:\android-sdk\build-tools\21.1.2\aapt.exe'' finished with non-zero exit value 1 -