pycoq icon indicating copy to clipboard operation
pycoq copied to clipboard

How to remove make install and dune to run pycoq?

Open brando90 opened this issue 2 years ago • 1 comments

This is not pythonic and should be resolved:

make install && dune exec -- python3

not is this:

import os
os.chdir('_build/default')
import pycoq, coq

brando90 avatar Feb 24 '23 00:02 brando90

so if I ever want to run a python file I need to do make install && dune exec? This completely breaks people that use python's IDE e.g. pycharm and vscode.

brando90 avatar Feb 24 '23 00:02 brando90