Add bash files

This commit is contained in:
2019-10-16 10:30:01 +00:00
parent 6743300e44
commit d2aeed8d03
6 changed files with 208 additions and 0 deletions

2
bashrc.d/python.bash Normal file
View File

@@ -0,0 +1,2 @@
export PYTHONPATH=$HOME/lib/python2.7/site-packages/
export PYTHONDONTWRITEBYTECODE=1