Re: [myhdl-list] installing myhdl stable and development package in parallel
Brought to you by:
jandecaluwe
|
From: Christopher L. F. <pu...@gm...> - 2008-07-30 23:31:43
|
> Are there any better ways of doing that? I don't know if this is better or has the same issue but what I have been doing is similar, I cloned from the repository to something say myhdl_hg. Then in the directory of my current myhdl WIP I create a soft link (ln -s) to myhdl_hg. When I do an import myhdl it will grab from the local directory. When I want to go back to the release version I remove the link. You could also do this by removing the directory in site-packages and adding a soft link there. |