This commit is contained in:
utahta
2010-11-13 04:01:14 +09:00
parent 3f455e161b
commit b357cc13ff
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -6,3 +6,5 @@
- Rename `search` to `list`.
- Removed `init`.
- Added syntax that `pythonbrew command <VERSION>`
- Change default PYTHONBREW_ROOT path as $HOME/.pythonbrew
+1 -1
View File
@@ -34,7 +34,7 @@ if __name__ == "__main__":
fp = open(PATH_BIN_PYTHONBREW, "w")
fp.write("""#!/usr/bin/env bash
%s %s/pythonbrew.py $@
%s %s/pythonbrew.py "$@"
""" % (sys.executable, PATH_SCRIPTS))
fp.close()
os.chmod(PATH_BIN_PYTHONBREW, 0755)