Showing posts with label Project. Show all posts
Showing posts with label Project. Show all posts
15 October 2023
12 August 2023
02 October 2022
26 June 2021
On Windows, How to Install, Create and Activate a Python Virtual Environment (Project) for Django? mkvirtualenv is not recognized as an internal or external command, operable program or batch file
(For Windows)
How to Install, Create and Activate a Python Virtual Environment (Project) for Django?
mkvirtualenv is not recognized as an internal or external command, operable program or batch file
For Python 3.3 or newer, Commands for installing, creating and activate virtual environment has been changed.
You can install virtual environment using pip:
py -m pip install --user virtualenv
For creating new environment:
py -m venv myproject
To activate your virtual environment:
.\myproject\Scripts\activate
After activating virtual environment, You’ll see “(myproject)” next to the command prompt.
13 April 2016
How to project Android phone screen to your computer or projector
How to project Android phone screen to your computer or projector?
https://confluence.dimagi.com/display/commcarepublic/Android+Phone+Screen+Projection+to+your+computer
https://confluence.dimagi.com/display/commcarepublic/Android+Phone+Screen+Projection+to+your+computer
Subscribe to:
Posts (Atom)