tiddit: avoid conflicts between different python version.
When it is used in a context where both python2 and python3 are available, this avoids conflicts.
This commit is contained in:
@@ -38,6 +38,7 @@ python3Packages.buildPythonApplication rec {
|
||||
ropebwt2
|
||||
]
|
||||
}"
|
||||
"--set PYTHONPATH $PYTHONPATH"
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user