Python Forum
Failure to run source command
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Failure to run source command
#1
Dear All,

I am a Python beginner. I followed the instruction in https://github.com/mkocabas/VIBE/tree/master to run python command.

Yet, I could not run the following commands:
# pip
source scripts/install_pip.sh

# conda
source scripts/install_conda.sh
May I know how to solve it? Many thanks. Yuan
Reply
#2
There are a million webpages with information about Python.

For installing Python and pip you could look here first. pip comes with Python, but needs to be updated now and then. Pip will tell you when an updated version is available.

I think most webpages are in English, but search in Baidu for Chinese language webpages: 下载并安装Python
Reply
#3
souece is Linux bash shell command

https://stackoverflow.com/a/56161354/4046632

You can also look at the respective shell scripts and run the commands. They create virtual environment, activate it and install requirements
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Dickey Fuller failure Led_Zeppelin 4 2,646 Sep-15-2022, 09:07 PM
Last Post: Led_Zeppelin
  Assert failure jtcostel 1 1,651 Sep-03-2021, 05:28 PM
Last Post: buran
  xml decoding failure(bs4) roughstroke 1 2,273 May-09-2020, 04:37 PM
Last Post: snippsat
  SCIKIT learn failure in mac Perja11 1 2,307 Nov-30-2019, 06:44 PM
Last Post: snippsat
  failure to find modules justus123 2 4,255 Dec-14-2018, 04:28 PM
Last Post: nilamo
  LIB install failure Able98 2 3,928 Jun-07-2017, 06:41 PM
Last Post: Able98

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020