use poetry version of hops

This commit is contained in:
Valentin Boettcher 2023-11-28 12:29:32 -05:00
parent fc87714f15
commit 5ade0fcd9f
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE

View file

@ -21,7 +21,7 @@
shellOverride = (pkgs: oldAttrs: {
shellHook = ''
# export PYTHONPATH=/home/hiro/src/two_qubit_model/:$PYTHONPATH
export PYTHONPATH=/home/hiro/src/hops/:$PYTHONPATH
# export PYTHONPATH=/home/hiro/src/hops/:$PYTHONPATH
# export PYTHONPATH=/home/hiro/src/hopsflow/:$PYTHONPATH
# export PYTHONPATH=/home/hiro/src/stocproc/:$PYTHONPATH
'';