Re: [myhdl-list] 0.5a1
Brought to you by:
jandecaluwe
From: <dan...@we...> - 2005-11-29 02:30:14
|
George Pantazopoulos wrote: > > Hi Guenter, > > How did you go about removing your old version? > > Thanks, > George > My python packages are in: /usr/lib/python/site-packages To delete it I go as su in that folder and do: rm -rf myhdl This will remove the installed package. But to be safe and maybe keep it in case you want to switch back, you could just rename it. mv myhdl myhdl_old as an example. Now the myhdl folder is gone and you can install the new version from scratch. I don't know whether there are better ways to do it. This worked always for me. Cheers, Guenter |