Re: how to change sys.path?



yes, we can change PYTHONPATH to add some path to sys.path value, but
how to remove item from sys.path?

.