如何设置点子环境路径?

时间:2019-01-13 20:22:29

标签: python pip environment-variables

我跑了

Exception in thread "main" java.lang.NoClassDefFoundError: org/json/JSONException
    at org.openqa.selenium.remote.RemoteWebDriver.init(RemoteWebDriver.java:110)
    at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:92)
    at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:144)
    at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:86)
    at WebScrapper.<init>(WebScrapper.java:15)
    at WebScrapper.main(WebScrapper.java:47)
Caused by: java.lang.ClassNotFoundException: org.json.JSONException
    at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 6 more

它返回:

python -m pip --version

所以我将路径设置为上述路径,但是当我尝试实际使用pip时,会得到:

pip 8.1.2 from C:\Users\myonl\AppData\Local\Programs\Python\Python35-32\lib\site-packages (python 3.5)

我在做什么错了?

1 个答案:

答案 0 :(得分:1)

第一次执行npm ERR! Failed at the server@1.0.0 start script. 2019-01-13T14:47:41.909830+00:00 app[web.1]: npm ERR! This is probably not a problem with npm. There is likely additional logging output above. 2019-01-13T14:47:41.911756+00:00 app[web.1]: at=error code=H10 desc="App crashed" method=GET path="/" host=mailit7.herokuapp.com request_id=3e7925be-a220-4cad-a883-a012a954dd46 fwd="174.117.19.190" dyno= connect= service= status=503 bytes= protocol=http ,第二次执行python -m pip

pip不在您的PATH上,但是pip在您的PATH上。您可以修复该问题,也可以使用python对其进行调用。


还可能您只需要刷新控制台窗口,即可获取对PATH所做的更改。尝试关闭终端,然后重新打开,看看是否有同样的问题。