我只是想用一个简单的shell脚本来改变这条路径。如果我逐个输入命令,它就没有问题。如果我把它放在一个shell脚本中并运行它,它运行正常,没有错误,但不会改变路径。
#!/bin/bash
export PATH=~/Library/Python/3.4/bin:$PATH
source ~/.bash_profile
我在这里做错了什么?
如果我双击文件输出是......
/Users/Parthenon/Desktop/ShellScripts/changeawsebpath ; exit;
Philips-MBP:~ Parthenon$ /Users/Parthenon/Desktop/ShellScripts/changeawsebpath ; exit;
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
[Process completed]
答案 0 :(得分:-2)
=〜是条件BRE运算符与赋值