I am installing ipython in my windows machine.
I add the path C:\python34\scripts\ and ran this command
pip install ipython
Once it is completed, ipython.exe is found in C:\python34\scripts\ and when i try this statement
m = array([arange(2), arange(2)])
it returns NameError: name 'array' is not defined
Question 1. is C:\python34\scripts\ the correct directory to install to? 2. if yes, do i need to import library everything i run 3. if not, which directory should i install and how to install