We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
linux上下载了最新的cloud客户端:paddlecloud.x86_64,把它放在了/usr/local/bin 路径下 并且配置了export PATH=/usr/local/bin/paddlecloud.x86_64/bin:$PATH ~/.paddle/config文件也设置好了,路径是/home/users/xiangjinxin/.paddle/config 最后在机器上还是提升paddlecloud命令not found
The text was updated successfully, but these errors were encountered:
mv /usr/local/bin/paddlecloud.x86_64 /usr/local/bin/paddlecloud
Sorry, something went wrong.
@typhoonzero 改好了之后,现在执行paddlecloud,提示"Segmentation fault"
paddlecloud:未找到命令。这个怎么搞
paddlecloud文件,第3行改为:python3 SH_FILE=`python3 -c "import os,sys; print(os.path.realpath(os.path.expanduser(sys.argv[1])))"
No branches or pull requests
linux上下载了最新的cloud客户端:paddlecloud.x86_64,把它放在了/usr/local/bin 路径下
并且配置了export PATH=/usr/local/bin/paddlecloud.x86_64/bin:$PATH
~/.paddle/config文件也设置好了,路径是/home/users/xiangjinxin/.paddle/config
最后在机器上还是提升paddlecloud命令not found
The text was updated successfully, but these errors were encountered: