GithubHelp home page GithubHelp logo

Comments (2)

soyaine avatar soyaine commented on August 19, 2024

@nmhoangclb I'm not sure how much do you know about scripts and shell. And have you installed Python in your computer? If you have a bash shell app, maybe you can try to run the command by paste the sentences in to the shell.

from horcrux.

nmhoangclb avatar nmhoangclb commented on August 19, 2024

@nmhoangclb I'm not sure how much do you know about scripts and shell. And have you installed Python in your computer? If you have a bash shell app, maybe you can try to run the command by paste the sentences in to the shell.

I am installed Python 3.
I try to run the command by paste the sentences in the git bash
"

ADMIN@HoangNM MINGW64 /c/xampp/htdocs/album-my-wedding
$ SCRIPT_PATH=$(dirname "$0")

ADMIN@HoangNM MINGW64 /c/xampp/htdocs/album-my-wedding
$ python3 -m venv venv

ADMIN@HoangNM MINGW64 /c/xampp/htdocs/album-my-wedding
$ source venv/bin/activate
bash: venv/bin/activate: No such file or directory

ADMIN@HoangNM MINGW64 /c/xampp/htdocs/album-my-wedding
$ pip install pyyaml
Requirement already satisfied: pyyaml in c:\users\admin\appdata\local\packages\pythonsoftwarefoundation.python.3.9_qbz5n2kfra8p0\localcache\local-packages\python39\site-packages (6.0)
WARNING: You are using pip version 21.2.3; however, version 22.3.1 is available.
You should consider upgrading via the 'C:\Users\ADMIN\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\python.exe -m pip install --upgrade pip' command.

ADMIN@HoangNM MINGW64 /c/xampp/htdocs/album-my-wedding
$ ^C

ADMIN@HoangNM MINGW64 /c/xampp/htdocs/album-my-wedding
$ python.exe -m pip install --upgrade pip
Requirement already satisfied: pip in c:\users\admin\appdata\local\packages\pythonsoftwarefoundation.python.3.9_qbz5n2kfra8p0\localcache\local-packages\python39\site-packages (21.2.3)
Collecting pip
Downloading pip-22.3.1-py3-none-any.whl (2.1 MB)
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 21.2.3
Uninstalling pip-21.2.3:
Successfully uninstalled pip-21.2.3
WARNING: The scripts pip.exe, pip3.10.exe, pip3.9.exe and pip3.exe are installed in 'C:\Users\ADMIN\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed pip-22.3.1

ADMIN@HoangNM MINGW64 /c/xampp/htdocs/album-my-wedding
$ pip install pyyaml
Requirement already satisfied: pyyaml in c:\users\admin\appdata\local\packages\pythonsoftwarefoundation.python.3.9_qbz5n2kfra8p0\localcache\local-packages\python39\site-packages (6.0)

ADMIN@HoangNM MINGW64 /c/xampp/htdocs/album-my-wedding
$ pip install Pillow
Requirement already satisfied: Pillow in c:\users\admin\appdata\local\packages\pythonsoftwarefoundation.python.3.9_qbz5n2kfra8p0\localcache\local-packages\python39\site-packages (9.3.0)

ADMIN@HoangNM MINGW64 /c/xampp/htdocs/album-my-wedding
$ echo $VIRTUAL_ENV

ADMIN@HoangNM MINGW64 /c/xampp/htdocs/album-my-wedding
$ python $SCRIPT_PATH/scripts/main.py
C:\Users\ADMIN\AppData\Local\Microsoft\WindowsApps\python.exe: can't open file 'C:\Program Files\Git\usr\bin\scripts\main.py': [Errno 2] No such file or directory

ADMIN@HoangNM MINGW64 /c/xampp/htdocs/album-my-wedding
$

ADMIN@HoangNM MINGW64 /c/xampp/htdocs/album-my-wedding
$
"
image

it's not working. help me

from horcrux.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.