Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install AzCopy on Windows sets path wrong #99

Closed
pbolduc opened this issue Oct 23, 2018 · 2 comments
Closed

Install AzCopy on Windows sets path wrong #99

pbolduc opened this issue Oct 23, 2018 · 2 comments
Assignees
Labels

Comments

@pbolduc
Copy link

pbolduc commented Oct 23, 2018

Which version of the AzCopy was used?

AzCopy 8.1.0-netcore

Note: The version is visible when running AzCopy without any argument

Which platform are you using? (ex: Windows, Mac, Linux)

Windows

What command did you run?

The "Microsoft Azure Storage AzCopy" shortcut installed

Note: Please remove the SAS to avoid exposing your credentials. If you cannot remember the exact command, please retrieve it from the beginning of the log file.

What problem was encountered?

When reviewing the updated path in the new "Microsoft Azure Storage AzCopy" command prompt window, the path is incorrect. It has an extra AzCopy at the end.

C:\Program Files (x86)\Microsoft SDKs\Azure\AzCopy\AzCopy

How can we reproduce the problem in the simplest way?

  1. Install AzCopy 8.1 for Windows on Windows 10
  2. Launch AzCopy command prompt from the start menu
  3. Type PATH to view this session's PATH
  4. Change to a different directory and try running AzCopy.exe
  5. Observe command not found
C:\Program Files (x86)\Microsoft SDKs\Azure\AzCopy>cd \

C:\>azcopy
'azcopy' is not recognized as an internal or external command,
operable program or batch file.

C:\>

Have you found a mitigation/solution?

Fix the 'set PATH' statement in C:\Program Files (x86)\Microsoft SDKs\Azure\AzCopy\LaunchCmd.cmd

@zezha-msft
Copy link
Contributor

Hi @EmmaZhu, is this issue resolved?

@seguler
Copy link
Contributor

seguler commented Dec 17, 2018

We have tried this issue on multiple environments however we could not reproduce it. Regardless, we do not plan to make any more releases in AzCopy v8 at this point. Please upgrade to AzCopy v10.

@seguler seguler closed this as completed Dec 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants