Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for prisoner (0.04 sec)

  1. docs/en/docs/virtual-environments.md

    <div class="termy">
    
    ```console
    $ cd ~/code/prisoner-of-azkaban
    
    // You don't need to be in the old directory to deactivate, you can do it wherever you are, even after going to the other project ๐Ÿ˜Ž
    $ deactivate
    
    // Activate the virtual environment in prisoner-of-azkaban/.venv ๐Ÿš€
    $ source .venv/bin/activate
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 22.4K bytes
    - Viewed (0)
  2. docs/ko/docs/virtual-environments.md

    <div class="termy">
    
    ```console
    $ cd ~/code/prisoner-of-azkaban
    
    $ python main.py
    
    // sirius๋ฅผ ์ž„ํฌํŠธํ•˜๋Š” ๋ฐ ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค. ์„ค์น˜๋˜์–ด ์žˆ์ง€ ์•Š์•„์š” ๐Ÿ˜ฑ
    Traceback (most recent call last):
        File "main.py", line 1, in <module>
            import sirius
    ```
    
    </div>
    
    ํ•˜์ง€๋งŒ `๋งˆ๋ฒ•์‚ฌ์˜ ๋Œ(philosophers-stone)`์˜ ๊ฐ€์ƒ ํ™˜๊ฒฝ์„ ๋น„ํ™œ์„ฑํ™”ํ•œ ๋‹ค์Œ, `์•„์ฆˆ์นด๋ฐ˜์˜ ์ฃ„์ˆ˜(prisoner-of-azkaban)` ํ”„๋กœ์ ํŠธ์˜ ๊ฐ€์ƒ ํ™˜๊ฒฝ์„ ํ™œ์„ฑํ™”ํ•˜๋ฉด, ์ด์ œ `python` ๋ช…๋ น์–ด๋Š” `์•„์ฆˆ์นด๋ฐ˜์˜ ์ฃ„์ˆ˜(prisoner-of-azkaban)` ๊ฐ€์ƒ ํ™˜๊ฒฝ์˜ Python์„ ์‚ฌ์šฉํ•˜๊ฒŒ ๋ฉ๋‹ˆ๋‹ค.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri May 30 13:10:41 UTC 2025
    - 25.8K bytes
    - Viewed (0)
  3. docs/es/docs/help-fastapi.md

    * Para ayudar a [traducir la documentaciรณn](contributing.md#translations){.internal-link target=_blank} a tu idioma.
        * Tambiรฉn puedes ayudar a revisar las traducciones creadas por otros.
    * Para proponer nuevas secciones de documentaciรณn.
    * Para corregir un issue/bug existente.
        * Asegรบrate de agregar tests.
    * Para agregar una nueva funcionalidad.
        * Asegรบrate de agregar tests.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 14.5K bytes
    - Viewed (0)
Back to top