how to set or create new environment variables in ubuntu(10.04, 64bits), for a python library. I have to configure
PYTHONPATH
library_HOME
library_data
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In bash, you can use
export:You can put these lines in your ~/.bashrc or ~/.bash_profile to have them loaded every time you start a login shell.