Python Forum
Advice for installing python app from github ?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Advice for installing python app from github ?
#7
(Aug-07-2023, 06:00 PM)Adi44 Wrote: I am still confused about ow to create a virtual environment, i open the CMD window as suggested, and do not type "py" ?
Just use py to generate the environment.
py -m venv photo_env
Then the rest will be the same.

If Path is correct python and py will work the same.
Test with:
G:\div_code
λ python -V
Python 3.11.3

G:\div_code
λ py -V
Python 3.11.3

G:\div_code
λ pip -V
pip 23.1.2 from C:\python311\Lib\site-packages\pip (python 3.11)
py will always work as it dos not use OS environment path.

Virtualenv is 3-party libayr that need to install .
But is no not needed.
Quote:Since Python 3.3, a subset of it has been integrated into the standard library under the venv module.
Reply


Messages In This Thread
RE: Advice for installing python app from github ? - by snippsat - Aug-07-2023, 06:34 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Installing Github-programs AudunNilsen 1 278 Mar-22-2024, 04:28 PM
Last Post: deanhystad
  Looking for advice on funstionality of python bradkernohan 1 1,350 Feb-21-2022, 09:26 PM
Last Post: Larz60+
  Advice about Python pythonman13 4 2,682 Mar-21-2021, 07:22 PM
Last Post: jefsummers
  Running python scripts from github etc pacmyc 7 3,811 Mar-03-2021, 10:26 PM
Last Post: pacmyc
  How can I download Python files from GitHub? bitcoin10mil 2 2,886 Aug-26-2020, 09:03 PM
Last Post: Axel_Erfurt
  configure Github with python yellareddy 1 10,405 Apr-20-2020, 05:37 PM
Last Post: buran
  Advice on Setting Up the Python Environment punksnotdead 1 2,416 May-15-2019, 04:29 PM
Last Post: snippsat
  C++ programmer requests Python Web/database advice GregReese 3 81,247 Apr-10-2019, 09:41 PM
Last Post: snippsat
  Installing and running a python web scraping app from github to a windows 8.1 system eugenioca 17 8,389 Oct-06-2018, 08:14 AM
Last Post: eugenioca
  Need advice for learning python Nurram 1 2,910 Mar-28-2017, 06:28 AM
Last Post: wavic

Forum Jump:

User Panel Messages

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