如何以与执行以下相同的方式(在GHCi提示符内)将命令行参数传递给py2neo.packages.neo4j.v1.exceptions.ProtocolError: Unable to connect to <server>.dbs.graphenedb.com on port 7687 - is the server running?
:
ghci
类似于:set args abc xyz
?
答案 0 :(得分:2)
您可以使用
创建.ghci
文件
:set args abc xyz
执行ghci Main.hs
时会执行。