In ubuntu linux if we want to set up python path we do something like this:
export PYTHONPATH=/etc ...
Now, how I would know what the current path I have?
In ubuntu linux if we want to set up python path we do something like this:
export PYTHONPATH=/etc ...
Now, how I would know what the current path I have?
You can type which python on the ubuntu terminal and it will give the Python installed location path.