不能 运行ning 命令到 运行 Code Composer

Can not running command to run Code Composer

我正在尝试在 Linux 安装 Code Composer。但是在 README into Code Composer 文件中,这样说。

Code Composer Studio for Linux README
-----------------------------------------

Please note that use of anti-virus software or a firewall may cause issues
during installation.  McAfee software in particular has been especially
troublesome.  If possible, disable anti-virus and firewall software during
installation.  If not, use of the Offline Installer is strongly recommended.

If you are using an Offline CCS Installer, the tar.gz file in which it is
distributed must first be extracted:

    1. tar xfz CCSxx.x.x.xxxxx_linux-x64.tar.gz 
    2. cd CCSxx.x.x.xxxxx_linux

If you are using the Online/Web installer you need to extract the respective tar file
 
    1. tar xfz CCSxx.x.x.xxxxx_web_linux-x64.tar.gz 

Once extraction has successfully completed, proceed with the installation
steps below.
To install Code Composer Studio:

    1. Execute ccs_setup_xx.x.x.xxxxx.run
    2. Choose where you want to install.
    3. Select the components you wish to install.

我使用命令

提取了文件
tar xfz CCS10.1.0.00010_linux-x64.tar.gz -C ../Documents/CodeComposer

我导航到 CodeComposer 目录并使用 ls 查看文件,我看到了自述文件对 运行 的文件。

所以我写了命令

ccs_setup_10.1.0.00010.run 

并出现了这个

zsh: command not found: ccs_setup_10.1.0.00010.run

你能改成 ./ccs_setup_10.1.0.00010.run 吗?

ccs_setup... 不在你的路径上,所以你需要给它一个特定的相对路径,这样它就知道去哪里找。