Skip to content
Snippets Groups Projects
Commit 5b5ea73d authored by nimrod's avatar nimrod
Browse files

User installed Python applications.

parent b5583dce
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ export PATH="$HOME/Documents/Shore/ssh-ca:$PATH"
export PATH="$HOME/Documents/Shore/ssl-ca:$PATH"
export PATH="$HOME/.cargo/bin:$PATH"
export PATH="$HOME/.cabal/bin:$PATH"
export PATH="$HOME/.local/bin:$PATH"
export PATH="$HOME/Documents/bin:$PATH"
export PYTHONSTARTUP=~/.config/pythonrc/pythonrc.py
export AWS_DEFAULT_PROFILE='shore'
......
......@@ -13,3 +13,5 @@ echo Creating Bash completion scripts >> /dev/stderr
Documents/bin/gen-bash-completion
echo Adding Cron job >> /dev/stderr
Documents/bin/cron-jobs
echo Installing Python apps >> /dev/stderr
python3 -m pip install --user --requirement requirements.txt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment