macOS
快速入门
打开终端应用程序,运行App包中的可执行文件,使用如下命令:
cd /Applications/Blender.app/Contents/MacOS
./Blender
如果您经常需要这么做,您可将该目录添加至系统环境变量。
For that you can run the following procedure:
Open up a Terminal.
Run the following command:
sudo nano /etc/paths
.Enter your password, when prompted.
Go to the bottom of the file, and enter
/Applications/Blender.app/Contents/MacOS
.Enter Ctrl-X to quit.
Enter Y to save the modified buffer.
如果此后您新开了一个终端,以下命令将生效:
Blender
细节
macOS使用 .app
后缀的“文件”,称作 应用程序 。这些文件实际上也就是Finder中以单个文件形式存在的文件夹。为了让Blender正确启动,您必须指明Blender可执行文件在该文件夹中路径,这样可以将所有输出都打印到终端中,您可通过 启动终端。 .app
文件夹内可执行文件的路径是 ./Blender.app/Contents/MacOS/Blender
。
如果你已经在应用文件夹安装Blender,可以使用下面的命令:
/Applications/Blender.app/Contents/MacOS/Blender