Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
install issues #189
Comments
jeremymarino
commented
Mar 28, 2016
|
Hey, I've had a few issues myself. Started a thread in the Ubuntu forums. A kind person walked me through it . . . here's the link. |
YichenGong
commented
Apr 13, 2016
|
It might be too late for you, but I think it helps people who meet the same problem in future You can fix it by: if you are using a ubuntu: if you are using linux zsh if you are using OS X or in linux non above |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
JeffCrusey commentedMar 21, 2016
Im not sure why my issue is installing torch7 but receive the following error message
Error: could not find ipython in PATH. Do you have it installed?
cd build && make install
sh: line 0: cd: build: No such file or directory
Error: Build error: Failed installing.
Not updating your shell profile.
You might want to
add the following lines to your shell profile:
. /Users/jeffcrusey/torch/install/bin/torch-activate
Then when i try to source the bashrc file i get an error saying it doesnt exist. Anyone have any ideas how to fix this? Thx