| |
@@ -18,7 +18,13 @@
|
| |
|
| |
::
|
| |
|
| |
- dnf install python-virtualenvwrapper
|
| |
+ dnf install python-virtualenvwrapper python3-devel openssl-devel
|
| |
+
|
| |
+ * Get the mkvirtualenv shell function
|
| |
+
|
| |
+ ::
|
| |
+
|
| |
+ . /etc/profile.d/virtualenvwrapper.sh
|
| |
|
| |
* Create the virtualenv
|
| |
|
| |
@@ -36,7 +42,7 @@
|
| |
|
| |
::
|
| |
|
| |
- mdapi-get_repo_md mdapi/default_config.py
|
| |
+ ./mdapi-get_repo_md mdapi/default_config.py
|
| |
|
| |
* Start the server
|
| |
|
| |
@@ -44,5 +50,11 @@
|
| |
|
| |
./mdapi-run
|
| |
|
| |
+ * If you need to reactivate the virtual env later, use workon:
|
| |
+
|
| |
+ ::
|
| |
+
|
| |
+ workon mdapi
|
| |
+
|
| |
|
| |
- ..note: This project is python3 only
|
| |
+ **Note:** This project is python3 only
|
| |