rover 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/rover.rb +3 -0
  2. metadata +1 -1
data/lib/rover.rb CHANGED
@@ -161,6 +161,9 @@ class Rover
161
161
  puts "\n\n"
162
162
  end
163
163
 
164
+ puts "If you are using a Python project please add the following lines to a .env file in the project's root directory".colorize( :color => :white, :background => :blue )
165
+ puts "PATH=#{@start_directory}/.python/bin:$PATH".colorize( :color => :red).underline
166
+ puts "PYTHONPATH=''".colorize( :color => :red).underline
164
167
  puts "Finished attempting to install config files. Moving back to the starting directory".colorize( :color => :white, :background => :blue )
165
168
 
166
169
  change_dir(@start_directory)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rover
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: