Bash on Windows - alias for exe files

前端 未结 3 2007
说谎
说谎 2021-01-13 00:30

I am using the Bash on Ubuntu on Windows, the way to run bash on Windows 10. I have the Creators update installed and the Ubuntu version is 16.04.

I was playing rece

3条回答
  •  独厮守ぢ
    2021-01-13 01:11

    You should be able to simply set the executable directory to your PATH. Use export to persist.

    Command: export PATH=$PATH:/path/to/directory/executable/is/located/in

提交回复
热议问题