OpenVPN 3 client: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Die Seite wurde neu angelegt: „=OpenVPN 3 client= ==Installation im entsprechenden Verzeichnis== <ol style="list-style-type: decimal;"><li><p>python3 -m venv .venv</p></li><li><p>source .venv/bin/activate</p><pre>jetzt kann python.exe mit python aufgerufen werden deactivate ==> das Enviroment wieder deaktivieren</pre></li><li><p>pip install django</p></li><li><p>python -m django –-version</p> <pre>ℹ nur zur Prüfung ob alles OK ist oder auch mit python >>> import django >>> prin…“ |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
=Installation mit root im tmp-Ordner= | |||
# apt install apt-transport-https | |||
#* apt install apt-transport-https | |||
{{Hauptseite}} | {{Hauptseite}} | ||
[[Kategorie:Server]] | [[Kategorie:Server]] | ||
Version vom 8. Februar 2023, 04:30 Uhr
Installation mit root im tmp-Ordner
- apt install apt-transport-https
- apt install apt-transport-https
zurück zur ==> Hauptseite