summaryrefslogtreecommitdiff
path: root/.zsh/zshenv/80_python
blob: 994a3abf59bd0bb3cf2a10b4680350a63ba6ff9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# zshenv/80_python
#
# Set variables related to Python
#
# Copyright © 2014-2021 Tobias Klauser <tklauser@distanz.ch>
# Released under the terms of the Artistic Licence 2.0
#
# Source repository: git://git.distanz.ch/dotfiles/zsh.git

#_PYTHON_USER=$HOME/.local/lib/python2.7/site-packages
#[ -d $_PYTHON_USER ] && export PYTHONPATH=$_PYTHON_USER:$PYTHONPATH

export PYTHONSTARTUP=$HOME/.pythonrc

# see https://opensource.com/article/19/5/python-3-default-mac
if command -v pyenv 1>/dev/null 2>&1; then
  eval "$(pyenv init -)"
fi

# vim:ft=zsh
ary='commit info' class='commit-info'> authorSara Sharon <sara.sharon@intel.com>2016-06-29 12:23:06 +0300 committerLuca Coelho <luciano.coelho@intel.com>2016-08-30 14:16:43 +0300 commit76f8c0e17edc6eba43f84952e5a87c7f50f69370 (patch) tree1f117a04619d8cd7a401e96b4a094dacc4c6d475 /Documentation parentd6a2c5c78dcbbbe9dc20ff6e126b83f088cd0501 (diff)
iwlwifi: pcie: remove dead code
If device family is 8000 then iwl_pcie_load_cpu_sections() won't be called at all (iwl_pcie_load_cpu_sections_8000() is called in that case) so this piece of code never gets called. Signed-off-by: Sara Sharon <sara.sharon@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'Documentation')