Re: [myhdl-list] installing myhdl stable and development package in parallel
Brought to you by:
jandecaluwe
From: Thomas T. <tho...@de...> - 2008-07-31 07:32:37
|
> Has somebody figured out a good way to install the stable version and > the code from the repository in parallel without the packages > interfering with each other? I did the following. I am not sure, whether it really avoids intermixing - but it should. import sys sys.path.insert(0,"path_to_myhdl_hg") .... |