English 中文(简体)
“Warning: pip, pip3, and pip3.10 scripts are at /usr/ local/python/3.10.8/bin not on PATH. 添加或使用——无战备状态——
原标题:"Warning: pip, pip3, and pip3.10 scripts are at /usr/local/python/3.10.8/bin not on PATH. Add to PATH or use --no-warn-script-location?"

On VS 守则,我试图利用Pip安装新的Sharma版本,使用指令 pip安装python 3.12.1。 (我不知道科索沃统计局的法典是否自动或手工地重新采用,而用飞机进行审判似乎是一个很好的选择(如果这样做有办法,请告诉我)。)

当我这样做时,他说:

[通知]新发放的管道:23.3.1->23.3.2

当然,我对此作了更新,然后向我表明:

WARNING: The scripts pip, pip3 and pip3.10 are installed in /usr/local/python/3.10.8/bin which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

我的问题:

  1. What exactly is it telling me?
  2. What will happen if I don t do anything?
  3. Is it worth fixing, and is it an actual problem (similar to #2)?
  4. What is the difference between adding it to PATH or using a --no-warn-script-location?
  5. What should I do?
问题回答

它告诉我什么呢?

That any script under /usr/local/python/3.10.8/bin is not accessible like regular commands like ls or cd. which <script> command will not find them. Typing a few characters of script name and hitting tab twice will give no good results.

如果我不做什么,会发生什么?

需要通向文字的通路才能操作。

它是否值得确定,它是否是一个实际问题(类似于第2号)?

我认为,这只是因为它是一个简单的解决方案,但它取决于具体的需求。 如果找不到文字,那么你知道做什么,就不会是一个实际问题。 这可能是一个方便的问题。

给太平洋建筑工程公司增加资金或使用——无战争物品——有什么区别?

使用<代码>-无战备地<> 代码/代码>意味着字母位置的道路对你来说并不重要(因为你知道你正在做什么)。 上文对“规划”作了解释。

What should I do?

(建议) 取决于一种需要。





相关问题
Can Django models use MySQL functions?

Is there a way to force Django models to pass a field to a MySQL function every time the model data is read or loaded? To clarify what I mean in SQL, I want the Django model to produce something like ...

An enterprise scheduler for python (like quartz)

I am looking for an enterprise tasks scheduler for python, like quartz is for Java. Requirements: Persistent: if the process restarts or the machine restarts, then all the jobs must stay there and ...

How to remove unique, then duplicate dictionaries in a list?

Given the following list that contains some duplicate and some unique dictionaries, what is the best method to remove unique dictionaries first, then reduce the duplicate dictionaries to single ...

What is suggested seed value to use with random.seed()?

Simple enough question: I m using python random module to generate random integers. I want to know what is the suggested value to use with the random.seed() function? Currently I am letting this ...

How can I make the PyDev editor selectively ignore errors?

I m using PyDev under Eclipse to write some Jython code. I ve got numerous instances where I need to do something like this: import com.work.project.component.client.Interface.ISubInterface as ...

How do I profile `paster serve` s startup time?

Python s paster serve app.ini is taking longer than I would like to be ready for the first request. I know how to profile requests with middleware, but how do I profile the initialization time? I ...

Pragmatically adding give-aways/freebies to an online store

Our business currently has an online store and recently we ve been offering free specials to our customers. Right now, we simply display the special and give the buyer a notice stating we will add the ...

Converting Dictionary to List? [duplicate]

I m trying to convert a Python dictionary into a Python list, in order to perform some calculations. #My dictionary dict = {} dict[ Capital ]="London" dict[ Food ]="Fish&Chips" dict[ 2012 ]="...

热门标签