Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Commit

Permalink
Fix ipython's path error.
Browse files Browse the repository at this point in the history
  • Loading branch information
yanqd0 committed Nov 21, 2015
1 parent 3d6880c commit 0622abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MacOSX/.bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# conditions; see the LISENSE in the root of this project.

# PATH
PATH=$PATH:Library/Python/2.7/bin
PATH=$PATH:~/Library/Python/2.7/bin

# Setting bash-completion
if [ -f $(brew --prefix)/etc/bash_completion ]; then
Expand Down

0 comments on commit 0622abc

Please sign in to comment.