mirror of https://github.com/m-labs/artiq.git
lit: unbreak on non-conda.
This commit is contained in:
parent
9db2be2b03
commit
b0e7fddc32
|
@ -19,6 +19,7 @@ else:
|
|||
python = sys.executable
|
||||
config.substitutions.append( ("%python", python) )
|
||||
|
||||
if os.getenv("PYTHONPATH"):
|
||||
config.environment["PYTHONPATH"] = os.getenv("PYTHONPATH")
|
||||
|
||||
not_ = "{} {}".format(sys.executable, os.path.join(root, "not.py"))
|
||||
|
|
Loading…
Reference in New Issue