安装:
wget http://guichaz.free.fr/polysh/files/polysh-0.4.tar.gz
tar -zxvf polysh-0.4.tar.gz
cd polysh-0.4
python setup.py install --home=~/polysh
echo "export PATH=~/polysh/bin:$PATH" >> ~/.bash_profile
echo "export PYTHONPATH=~/polysh/lib/python/:$PYTHONPATH" >> ~/.bash_profile
使用:
polysh 'l-server<1-2>.prod'
polysh l-server1.prod l-server2.prod
本文详细介绍如何通过wget下载Polysh软件包,并提供逐步指南完成安装过程。安装完成后,通过修改.bash_profile文件配置环境变量,确保Polysh可以正常运行。最后,本文还介绍了Polysh的基本用法,包括如何连接到指定的服务器。
1901

被折叠的 条评论
为什么被折叠?



