zshrc update for python dev

master
Ewen 3 years ago
parent 8b24e010e0
commit 9ae701d214

@ -1,5 +1,5 @@
# Created: Wed 12 Jul 2017 08:33:29 PM CEST
# Modified: Fri 13 Mar 2020 07:16:18 PM CET
# Modified: Fri 13 Mar 2020 07:35:41 PM CET
#------------------------------
@ -25,9 +25,9 @@ export PIPENV_VENV_IN_PROJECT="true"
# PATH
#------------------------------
export PATH="${PATH}:${HOME}/bin:${HOME}/.scripts:${HOME}/these/bin"
export PATH="/home/ewen/bin/miniconda/bin:$PATH"
export PATH="$HOME/bin/miniconda/bin:$PATH"
# Python
export PATH="/home/ewen/.local/bin/:$PATH"
export PATH="$HOME/.local/bin/:$PATH"
#-----------------------------
@ -105,4 +105,14 @@ source ~/.oh-my-zshrc
[ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh
#-----------------------------
# Python
#-----------------------------
export WORKON_HOME=$HOME/.virtualenvs
export PROJECT_HOME=$HOME/Documents/Programmation
source $HOME/.local/bin/virtualenvwrapper.sh
# vim: set ts=2 sw=2 et:

Loading…
Cancel
Save