1st question:
In trying to set my PYTHONPATH environment variable I realized that I did not have a .bashrc file in my home directory. When I installed fiesty this file was automatically created. Why is it missing in Gutsy? I also realized that there isn't a .bash_profile in /etc.
2nd question:
When I noticed that it was missing I created a .bashrc file using Kate and set my environment variable as follows
any ideas as to why this isn't working for me?
In trying to set my PYTHONPATH environment variable I realized that I did not have a .bashrc file in my home directory. When I installed fiesty this file was automatically created. Why is it missing in Gutsy? I also realized that there isn't a .bash_profile in /etc.
2nd question:
When I noticed that it was missing I created a .bashrc file using Kate and set my environment variable as follows
Code:
export PYTHONPATH=$PYTHONPATH:~/my_script_directory
Comment