Im currently installing (or trying to install) my Autodesk 3d Packages on my new LinuxMint installation.
Im following the Guide for installing Autodesk Maya provided by Autodesk (as found here), but I'm stuck at step 3:
- Type ./setup and press Enter.
Which returned this:
gh057@JARVIS ~/Downloads/Maya_2014 $ su -
Password:
JARVIS ~ # ./setup
-su: ./setup: No such file or directory
JARVIS ~ # cd /home/gh057/Downloads/Maya_2014
JARVIS Maya_2014 # ./setup
-su: ./setup: No such file or directory
JARVIS Maya_2014 # ./Setup
-su: ./Setup: Is a directory
JARVIS Maya_2014 #
setup
inside of theSetup
directory? – jordanm Jul 22 '13 at 13:54Setup
directory (uppercase S) but apparently no file calledsetup
(lowercase S). Does the filesetup
(lowercase S) actually exist? If so, see http://unix.stackexchange.com/questions/13391/getting-not-found-message-when-running-a-32-bit-binary-on-a-64-bit-system. If not, it simply means that the instructions are wrong. – Gilles 'SO- stop being evil' Jul 22 '13 at 21:32