<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Eric</title>
    <description>The latest articles on DEV Community by Eric (@socr102).</description>
    <link>https://dev.to/socr102</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F692909%2F2b10b61c-9e74-444e-9801-27130d9b351b.png</url>
      <title>DEV Community: Eric</title>
      <link>https://dev.to/socr102</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/socr102"/>
    <language>en</language>
    <item>
      <title>How to install rasa in linux server via Putty</title>
      <dc:creator>Eric</dc:creator>
      <pubDate>Wed, 25 Aug 2021 03:00:20 +0000</pubDate>
      <link>https://dev.to/socr102/how-to-install-rasa-in-linux-server-via-putty-3m0l</link>
      <guid>https://dev.to/socr102/how-to-install-rasa-in-linux-server-via-putty-3m0l</guid>
      <description>&lt;p&gt;In the linux server:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Python 3.8 was installed
This is what I have done to install rasa in linux via Putty:

&lt;ul&gt;
&lt;li&gt;sudo apt update&lt;/li&gt;
&lt;li&gt;sudo apt install python3-dev python3-pip&lt;/li&gt;
&lt;li&gt;mkdir rasabot-facebook&lt;/li&gt;
&lt;li&gt;cd rasabot-facebook/&lt;/li&gt;
&lt;li&gt;python3 -m venv ./venv&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The virtual environment was not created successfully because ensurepip is not&lt;br&gt;
available.  On Debian/Ubuntu systems, you need to install the python3-venv&lt;br&gt;
package using the following command.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;apt install python3.8-venv
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;You may need to use sudo with that command.  After installing the python3-venv&lt;br&gt;
package, recreate your virtual environment.&lt;/p&gt;

&lt;p&gt;Failing command: ['/home/ubuntu/rasabot-facebook/venv/bin/python3', '-Im', 'ensurepip', '--upgrade', '--default-pip']&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;sudo apt install python3.8-venv&lt;/li&gt;
&lt;li&gt;again:
python3 -m venv ./venv&lt;/li&gt;
&lt;li&gt;source ./venv/bin/activate&lt;/li&gt;
&lt;li&gt;pip3 install -U pip&lt;/li&gt;
&lt;li&gt;pip3 install rasa&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;and then : rasa -h&lt;br&gt;
but there is error : &lt;br&gt;
    rasa: command not found&lt;/p&gt;

&lt;p&gt;please help me with this problem &lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
