Importing module from network

后端 未结 6 1600
南笙
南笙 2020-12-21 04:22

Is there a way to get python to read modules from a network?

We have many machines and it would be a too much effort to update each machine manually each time I cha

6条回答
  •  清酒与你
    2020-12-21 04:33

    How I ended up doing this:

    Control Panel\All Control Panel Items\System >> Advanced >> Environment Variables >> System Variables >> New >> Name = PYTHONPATH, value = \server\scriptFolder

    Thanks everyone for all the help :)

提交回复
热议问题