-
Notifications
You must be signed in to change notification settings - Fork 160
write_current is not defined #4
Copy link
Copy link
Closed
Labels
Description
Hi.
I Installed version 0.6.6.
I execute
$ pythonbrew off
but command result:
Traceback (most recent call last):
File "/home/nyarla/.pythonbrew/scripts/pythonbrew_main.py", line 3, in <module>
pythonbrew.main()
File "/home/nyarla/.pythonbrew/scripts/pythonbrew/__init__.py", line 19, in main
command.run(args)
File "/home/nyarla/.pythonbrew/scripts/pythonbrew/basecommand.py", line 22, in run
self.run_command(options, args[1:])
File "/home/nyarla/.pythonbrew/scripts/pythonbrew/commands/off.py", line 10, in run_command
off()
File "/home/nyarla/.pythonbrew/scripts/pythonbrew/util.py", line 111, in off
write_current(PATH_BIN)
NameError: global name 'write_current' is not defined
Running environment:
OS: Ubuntu 10.10 32bit Japanese remix
Shell: zsh on Gnome terminal
Pythonbrew: 0.6.6
Reactions are currently unavailable