Skip to content

Commit

Permalink
Revert psutil installation in tps-install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hameelas committed Jul 15, 2017
1 parent 7cdbfd6 commit a78e13c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion install-tps.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
@copy tps.sh "%dest%\tps"
@copy tps.bat "%dest%"

python.exe -m pip install psutil
@echo Make sure that '%dest%' is in PATH.
4 changes: 0 additions & 4 deletions install-tps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,4 @@ for bc_dir in "/etc/bash_completion.d" "/usr/local/etc/bash_completion.d"; do
cp "${bc_file}" "${bc_dir}/"
done

if ! python -c "import psutil" >/dev/null 2>/dev/null; then
sudo pip install psutil
fi

echo done.

0 comments on commit a78e13c

Please sign in to comment.