Skip to content

Commit

Permalink
Have postBuild install to sys.prefix rather than user
Browse files Browse the repository at this point in the history
  • Loading branch information
mmichilot committed Jun 26, 2024
1 parent 5bd20e0 commit ff9534a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ _(sys.executable, "-m", "pip", "check")

# install the kernel
_(sys.executable, "-m", "flit", "install", "--symlink")
_(sys.executable, "-m", "cocotb_kernel.install", "--user")
_(sys.executable, "-m", "cocotb_kernel.install", "--sys-prefix")

# install WaveDromPy
_(sys.executable, "-m", "pip", "install", "wavedrom")

print("\ncocotb kernel has been successfully installed\n")
print("\ncocotb kernel has been successfully installed\n")

0 comments on commit ff9534a

Please sign in to comment.