我在 iPython 中收到此错误:
'taskset' 不是内部或外部命令、可运行程序或批处理文件。
需要做什么来纠正这个错误?
import numpy as np
from os.path import join
from os import system,getpid
import matplotlib.pyplot as plt
from time import time
import cPickle
import csv
from IO import load
system("taskset -p 0xff %d" % getpid())