Skip to content
View michalmarkus's full-sized avatar

Block or report michalmarkus

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Polecenia GIT Polecenia GIT
    1
    # Przydatne polecenia GIT
    2
    
                  
    3
    ## basics
    4
    
                  
    5
    * **git init** - inicjalizuje repozytorium GIT w katalogu
  2. linux_bash_commands.md linux_bash_commands.md
    1
    # Polecenia konsoli Linux
    2
    
                  
    3
    ## Operacje na plikach i katalogach
    4
    * **pwd** - aktualny katalog
    5
    * **ls -la** - listuje wszystkie dostępne pliki
  3. Python Python
    1
    # Wirtualne Środowisko Pythona – Virtualenv 
    2
    
                  
    3
    ## Instalacja 
    4
    * **pip install virtualenv**  - instalacja 
    5
    * **virtualenv -p /usr/bin/python3.7 wirtualny_python** - tworzenie wirtualnego środowiska, gdzie flaga -p oznacza sćieżkę do interpretera pythona
  4. webpage webpage Public

    1