Skip to content

Docs for exporting environment do not work on Intel Mac #151

Closed
@kevin-june

Description

@kevin-june

In the installation commands section of the README, the docs state to run:

./install-rust-toolchain.sh --toolchain-version 1.64.0.0
. export-esp.sh

However, the export command doesn't seem to work on my x86 Mac:

% . export-esp.sh
.: no such file or directory: export-esp.sh

The file is present in the current working directory:

% ls export-esp.sh
export-esp.sh

I can solve this by running:

. ./export-esp.sh

or

source export-esp.sh

Thoughts? Am I missing something or is this a typo? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions